Skip to content

Instantly share code, notes, and snippets.

@delbono
Created October 5, 2010 10:18
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 delbono/611325 to your computer and use it in GitHub Desktop.
Save delbono/611325 to your computer and use it in GitHub Desktop.
>> app Current routes for application "frontend"
Name Method Pattern
sf_guard_signout ANY /logout
sf_guard_signin ANY /login
homepage ANY /
ordinativi_order GET /order.:sf_format
ordinativi_order_new GET /order/new.:sf_format
ordinativi_order_create POST /order.:sf_format
ordinativi_order_edit GET /order/:id/edit.:sf_format
ordinativi_order_update PUT /order/:id.:sf_format
ordinativi_order_delete DELETE /order/:id.:sf_format
ordinativi_order_show GET /order/:id.:sf_format
ordinativi_order_object GET /order/:id/:action.:sf_format
ordinativi_order_collection POST /order/:action/action.:sf_format
ordinativi_health_state GET /healthstate.:sf_format
ordinativi_health_state_new GET /healthstate/new.:sf_format
ordinativi_health_state_create POST /healthstate.:sf_format
ordinativi_health_state_edit GET /healthstate/:id/edit.:sf_format
ordinativi_health_state_update PUT /healthstate/:id.:sf_format
ordinativi_health_state_delete DELETE /healthstate/:id.:sf_format
ordinativi_health_state_show GET /healthstate/:id.:sf_format
ordinativi_health_state_object GET /healthstate/:id/:action.:sf_format
ordinativi_health_state_collection POST /healthstate/:action/action.:sf_format
order_add_menu ANY /order/addmenu
menu ANY /menu
ordinativi_show_order GET /order/:id
default ANY /:module/:action/*
sf_guard_password ANY /request_password
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment