Rails3 - will_paginate plugin strange output

Posted by Sam on Stack Overflow See other posts from Stack Overflow or by Sam
Published on 2010-04-09T08:52:27Z Indexed on 2010/04/09 8:53 UTC
Read the original article Hit count: 145

I have the will_paginate plugin working in an application, but when I paginate a resource it just spits out the HTML as text, doesn't provide links to the next pages and such.

And when I manually type in the URL the plugin is working it just doesn't make <%= will_paginate @products %> into links such as next 1 2 3 ... last

Ideas?

© Stack Overflow or respective owner

Related posts about ruby-on-rails

Related posts about will-paginate