Re: [Rails] undefined method `paginate' for # in Rails Tutorial
On 24 October 2013 21:47, desbest <afaninthehouse@gmail.com> wrote:
> Hi,
> I'm getting a undefined method `paginate' for #<Class:0x567eb98> even though
> I have gem 'will_paginate' installed.
> Inside the users_controller I have @users = User.paginate(page:
> params[:page])
> so I believe I set everything up to be correct.
> Can you figure out why the method's undefined, despite installing the gem?
Which version of Rails are you using? If Rails 2 have you referenced
will_paginate in environment.rb, if rails 3 have you put it in your
Gemfile and run bundle install?
Colin
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/CAL%3D0gLsuuf8hyRuxsS58BfYg%3DHWaDu2V3DQ6k%2BLBSZFm8SMuDg%40mail.gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home