Skip to content

Instantly share code, notes, and snippets.

@memaker
Last active November 11, 2016 22:33
Show Gist options
  • Save memaker/8b5cc0a89da5c0002eb0589cb47d51c5 to your computer and use it in GitHub Desktop.
Save memaker/8b5cc0a89da5c0002eb0589cb47d51c5 to your computer and use it in GitHub Desktop.
# config/routes.rb
Rails.application.routes.draw do
namespace :api, defaults: { format: "json" } do
namespace :v1 do
resources :users
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment