Skip to content

Instantly share code, notes, and snippets.

@chris-ramon
Created October 19, 2012 22:02
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 chris-ramon/3920984 to your computer and use it in GitHub Desktop.
Save chris-ramon/3920984 to your computer and use it in GitHub Desktop.
### route
get "/gateways/update-default-gateway/:id/:action", :to => "panel/gateways#update_default_gateway" ,\
:as => 'update_default_gateway'
### path in views
<a href="<%= update_default_gateway_path :id => panel_gateway.id, :action => 'disable' %>" class="">Disable</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment