mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-11-15 09:21:25 +00:00
Hound
This commit is contained in:
parent
4377d07095
commit
4cfa9a7e0d
1 changed files with 13 additions and 13 deletions
|
@ -42,7 +42,7 @@ class Topic < ActiveRecord::Base
|
|||
acts_as_readable
|
||||
|
||||
def self.recent_topics
|
||||
self.find_by_sql %q{
|
||||
find_by_sql %q{
|
||||
SELECT DISTINCT topics.*
|
||||
FROM (SELECT id, topic_id
|
||||
FROM posts
|
||||
|
|
Loading…
Reference in a new issue