jackdempsey / acts_as_commentable

The ActiveRecord acts_as_commentable plugin
http://juixe.com/svn/acts_as_commentable/
MIT License
834 stars 178 forks source link

Fix recent scope sorting problem #30

Closed malev closed 11 years ago

malev commented 11 years ago

The method recent does not replace the default_scope defined on the model. That's why I replaced it by reorder.

See Issue #22

jackdempsey commented 11 years ago

Excellent, thank you!