search for: add_character_activity_path

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

2010 Jul 13
1
will_paginate destroys link_to_remote?!
...k_to_remote and everything worked like a charm. Now I added AJAX pagination and the link_to_remote doesn''t work anymore. This is the partial of the list: <% for character in characters %> <%= character.name %> <%= link_to_remote t(''.add''), :url => add_character_activity_path(@activity), :method => :get %> <% end %> <%= will_paginate characters, :param_name => param_name %> The add_character function in the controller is being called and doesn''t throw any error but the only thing that is not working anymore is the AJAX stuff in the add_cha...