Kpitn
unread,Jul 16, 2009, 5:46:23 PM7/16/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Spree
Hi,
I'm trying to add a collection in Admin:UserController, but it's
impossible ...
routes.rb
admin.resources :users, :collection => {:available => :get}
log :
Processing Admin::UsersController#show (for 127.0.0.1 at 2009-07-16
23:43:13) [GET]
Parameters: {"action"=>"show", "id"=>"available", "controller"=>"admin/
users"}
I have restart my app, and it doesn't work too.
Am I missing something ?
Thx for help