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

remove default_scope - to easy to overlook and be confused #32

Open jackdempsey opened 11 years ago

jackdempsey commented 11 years ago

maybe leave it in but commented out in case people want that functionality

mattconnolly commented 10 years ago

How about making it a named scope so that it can easily be used and documented.

mattconnolly commented 10 years ago

My bad. I didn't realise there are named scopes already. I'd vote for leaving it out.