Pagination_links and friendly urls

my pagination_links seems to auto generate the links using the current
controller, action and id. The page they’re appearing on however have a
friendly url I have created. I want to be able to make pagination urls
generated by pagination_links “user friendly” as well so that they match
my current naming convention…i know there must be a way to do
this…any ideas?

christian wrote:

my pagination_links seems to auto generate the links using the current
controller, action and id. The page they’re appearing on however have a
friendly url I have created. I want to be able to make pagination urls
generated by pagination_links “user friendly” as well so that they match
my current naming convention…i know there must be a way to do
this…any ideas?

anyone?

You could try using *pagination_links_each *and see if that does what
you
want. You could then specify exactly how you want the links to be
displayed.