search for: hre_f

Displaying 1 result from an estimated 1 matches for "hre_f".

Did you mean: br_f
2006 Jul 21
1
Paginate - does it requires a specialized route?
...fold view now. But there''s something fundamental here that I''m missing. I have this link_to call: <%= link_to ''Previous page'', { :page => @target_list_pages.current.previous } if @target_list_pages.current.previous %> It generates this link: < a hre_f="/list_management/list?page=2">Next page</ a> What I see is the underlined text for the link but in fact, it doesn''t render as a proper link. Do I need to create a new route so that the page parameter can be passed into my "list" action? If so, what is the f...