Displaying 1 result from an estimated 1 matches for "admin_permission_path".
2008 Sep 17
0
Problem with url_for and namespaces (in in_place_editing)
...sent is "1", when it should be "update". The problems
seems to me is that the permissions controller is part of the admin
namespace:
map.namespace :admin do |admin|
admin.resources :permissions
Anyone has any ideas on how to solve this? I have tried to write a
restful route (admin_permission_path(@permission.id)), but the plugin
doesn''t seems to work with them. Thanks,
Elioncho
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to ru...