errant apostrophe
You have an errant apostrophe in Users Controller.collection :conditions => "state = 'active"
def collection
@collection ||= end_of_association_chain.paginate :conditions => "state = 'active", :page => params[:page], :per_page => 10, :order => 'created_at DESC'
end
-- rlambkin@bytesyte.com
def collection
@collection ||= end_of_association_chain.paginate :conditions => "state = 'active", :page => params[:page], :per_page => 10, :order => 'created_at DESC'
end
-- rlambkin@bytesyte.com
1
person has this problem
I have this problem, too!
Tell me when someone solves it.
The more people who report this problem, the more it gets noticed.
The more people who report this problem, the more it gets noticed.
Create a customer community for your own organization
Plans starting at $19/month
-
Inappropriate?Fixed. Thank you.
Loading Profile...


