Skip to content

Instantly share code, notes, and snippets.

@aarondufall
Created July 2, 2012 07:32
Show Gist options
  • Save aarondufall/3031691 to your computer and use it in GitHub Desktop.
Save aarondufall/3031691 to your computer and use it in GitHub Desktop.
routes
resources :companies do
resources :employees
resources :requests do
put 'accept', :on => :member
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment