Skip to content

Instantly share code, notes, and snippets.

@jdkealy
Created May 27, 2011 02:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jdkealy/994515 to your computer and use it in GitHub Desktop.
Save jdkealy/994515 to your computer and use it in GitHub Desktop.
admin_store_root /refinery/store(.:format) {:controller=>"admin/store/orders", :action=>"index"}
admin_store_orders GET /refinery/store/orders(.:format) {:action=>"index", :controller=>"admin/store/orders"}
POST /refinery/store/orders(.:format) {:action=>"create", :controller=>"admin/store/orders"}
new_admin_store_order GET /refinery/store/orders/new(.:format) {:action=>"new", :controller=>"admin/store/orders"}
edit_admin_store_order GET /refinery/store/orders/:id/edit(.:format) {:action=>"edit", :controller=>"admin/store/orders"}
admin_store_order GET /refinery/store/orders/:id(.:format) {:action=>"show", :controller=>"admin/store/orders"}
PUT /refinery/store/orders/:id(.:format) {:action=>"update", :controller=>"admin/store/orders"}
DELETE /refinery/store/orders/:id(.:format) {:action=>"destroy", :controller=>"admin/store/orders"}
admin_store_index GET /refinery/store(.:format) {:action=>"index", :controller=>"admin/store"}
admin_store GET /refinery/store/:id(.:format) {:action=>"show", :controller=>"admin/store"}
admin_store_root /refinery/store(.:format) {:controller=>"admin/store/orders", :action=>"index"}
uncategorized_admin_store_orders GET /refinery/store/orders/uncategorized(.:format) {:action=>"uncategorized", :controller=>"admin/store/orders"}
GET /refinery/store/orders(.:format) {:action=>"index", :controller=>"admin/store/orders"}
POST /refinery/store/orders(.:format) {:action=>"create", :controller=>"admin/store/orders"}
GET /refinery/store/orders/new(.:format) {:action=>"new", :controller=>"admin/store/orders"}
GET /refinery/store/orders/:id/edit(.:format) {:action=>"edit", :controller=>"admin/store/orders"}
GET /refinery/store/orders/:id(.:format) {:action=>"show", :controller=>"admin/store/orders"}
PUT /refinery/store/orders/:id(.:format) {:action=>"update", :controller=>"admin/store/orders"}
DELETE /refinery/store/orders/:id(.:format) {:action=>"destroy", :controller=>"admin/store/orders"}
/system/resources/*dragonfly {:to=>#<Dragonfly::App:0x000000034fa0d0 @generator=#<Dr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment