Skip to content

Instantly share code, notes, and snippets.

@excid3
Created June 18, 2012 00:37
Show Gist options
  • Select an option

  • Save excid3/2946172 to your computer and use it in GitHub Desktop.

Select an option

Save excid3/2946172 to your computer and use it in GitHub Desktop.
client calls post route
resources :clients do
collection do
post "calls" # Auto maps to clients#calls
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment