Skip to content

Instantly share code, notes, and snippets.

@3limin4t0r
Created November 21, 2019 15:36
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 3limin4t0r/82552774dd4603a2e0f79233f0c4206d to your computer and use it in GitHub Desktop.
Save 3limin4t0r/82552774dd4603a2e0f79233f0c4206d to your computer and use it in GitHub Desktop.
namespace :api do
namespace :v1 do
get 'myEndpoint', to: 'myEndpoint#foo'
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment