Skip to content

Instantly share code, notes, and snippets.

@jesuslerma
Created July 13, 2015 20:37
Show Gist options
  • Save jesuslerma/8025528601572eb3a1b3 to your computer and use it in GitHub Desktop.
Save jesuslerma/8025528601572eb3a1b3 to your computer and use it in GitHub Desktop.
Routes configuration for versionist
namespace :api, path: '/api' do
api_version(:module => "V1", :header => {:name => "Accept",
:value => "application/vnd.hsnews.com+json; version=1"},
:defaults => {:format => :json}, :default => true) do
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment