Skip to content

Instantly share code, notes, and snippets.

@iamvery
Last active August 29, 2015 13:58
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 iamvery/10328982 to your computer and use it in GitHub Desktop.
Save iamvery/10328982 to your computer and use it in GitHub Desktop.
# https://github.com/iamvery/rails-api-example/blob/b21a0a918c65892376ccbebaf96057051795afc0/config/routes.rb
Rails.application.routes.draw do
scope module: :v1 do
resources :articles, only: :index
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment