RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: ozind
Site: simplecue.com
hello ryan,
i'm trying to paginate an array that is returned by this statement?
InstructorRegistration.where(:joins => :user, :order => 'users.last_name')
been tryin few of the options mentioned online but not sure if these are still supported in this version of the gem...
thanks in advance
hello ryan,
i'm trying to paginate an array that is returned by this statement?
InstructorRegistration.where(:joins => :user, :order => 'users.last_name')
been tryin few of the options mentioned online but not sure if these are still supported in this version of the gem...
thanks in advance