Skip to content

Instantly share code, notes, and snippets.

@hchood
Created March 15, 2016 12:18
Show Gist options
  • Save hchood/f854206e4e0b46be8625 to your computer and use it in GitHub Desktop.
Save hchood/f854206e4e0b46be8625 to your computer and use it in GitHub Desktop.
# config/routes.rb
Rails.application.routes.draw do
api_version(module: 'V1',
header: {
name: 'Accept',
value: 'application/vnd.authentication-demo-app.com; version=1' },
defaults: { format: :json }) do
resources :users, only: :create
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment