Skip to content

Instantly share code, notes, and snippets.

@ohcibi
Created January 23, 2013 21:33
Show Gist options
  • Save ohcibi/4613756 to your computer and use it in GitHub Desktop.
Save ohcibi/4613756 to your computer and use it in GitHub Desktop.
namespace :api do
resource :tracks do
resource :coordinates, only: [:create]
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment