Skip to content

Instantly share code, notes, and snippets.

@orangeeli
Last active July 15, 2016 16:45
Show Gist options
  • Save orangeeli/304dcb4e0d3f2e09c7218b0a6ceb6e7b to your computer and use it in GitHub Desktop.
Save orangeeli/304dcb4e0d3f2e09c7218b0a6ceb6e7b to your computer and use it in GitHub Desktop.
A routes API example
scope '/api', defaults: {format: 'json'} do
scope '/v1' do
scope '/gorilla' do
get '/' => 'api/v1/gorilla#index'
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment