On Sep 9, 5:18 am, "tashfeen.ekram" <[EMAIL PROTECTED]> wrote:
> i am trying to implement the pagination solution for ferret provided
> at the following 
> link:http://www.railsenvy.com/2007/2/19/acts-as-ferret-tutorial#what
>
> i am getting the following error:
> uninitialized constant ApplicationController::Paginator
>
> here is the call to paginator:
>         pages = Paginator.new self, size, options[:per_page], (params[:page]||
> 1)
>
> i echoed all of the inputs and they are not nil. i am not sure where
> the errror is coming from.
>
> i thought it was bc i did not have paginayor gem but i installed it
> and i stil am getting the same error

That code looks like it's trying to use the old classic_pagination
code (which was pushed into a plugin of the same name)

Fred
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to