Skip to content

Instantly share code, notes, and snippets.

Created November 10, 2012 12:09
Show Gist options
  • Save anonymous/4050880 to your computer and use it in GitHub Desktop.
Save anonymous/4050880 to your computer and use it in GitHub Desktop.
namespace :api, defaults: {format: "json"} do
namespace :v1 do
resources :wines do
collection do
get "limit/:limit"
end
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment