Problem while delete group.
Created by: AlexDenisov
Started DELETE "/admin/groups/fuu" for 127.0.0.1 at 2012-10-22 19:23:14 +0200
Processing by Admin::GroupsController#destroy as HTML
Parameters: {"authenticity_token"=>"token_token", "id"=>"fuu"}
Completed 500 Internal Server Error in 57ms
NameError (undefined local variable or method `groups_url' for # <Admin::GroupsController:0x00000006d4cac8>):
app/controllers/application_controller.rb:89:in `method_missing'
app/controllers/admin/groups_controller.rb:67:in `destroy'
Group removed successfully, but then I have 500.
Thank you for this great release!!!