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
--~--~---------~--~----~------------~-------~--~----~
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 rubyonrails-talk@googlegroups.com
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