Commit 9b55d7ec by David Ormsbee

Don't do the body exclusion for subscribed_threads in the model

parent 5bf64eb0
......@@ -43,7 +43,7 @@ class User
end
def subscribed_threads
CommentThread.where(:id.in => subscribed_thread_ids).without(:body)
CommentThread.where(:id.in => subscribed_thread_ids)
end
def subscribed_commentables
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment