Skip to content

Instantly share code, notes, and snippets.

@fzf
Last active December 11, 2015 22:29
Show Gist options
  • Save fzf/4670294 to your computer and use it in GitHub Desktop.
Save fzf/4670294 to your computer and use it in GitHub Desktop.
api_version(:module => "Api::V1", :path => {:value => "api/v1"}, :default => true) do
end
api_version(:module => "Api::V1", :path => {:value => "api/v1"}, :default => true) do
resources :events, only: [:index]
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment