RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: doijunior
I have a problem with will_paginate and sortable links. Since they are relative link, once I've update my partial after an edit or delete action the link includes the item ID like http://url/id?page=2 instead of http://url?page=2.
Can somebody help me solve it?
I have a problem with will_paginate and sortable links. Since they are relative link, once I've update my partial after an edit or delete action the link includes the item ID like http://url/id?page=2 instead of http://url?page=2.
Can somebody help me solve it?