Skip to content

Instantly share code, notes, and snippets.

@kidpollo
Created February 27, 2013 09:50
Show Gist options
  • Save kidpollo/5046738 to your computer and use it in GitHub Desktop.
Save kidpollo/5046738 to your computer and use it in GitHub Desktop.
Service::Application.routes.draw do
namespace :v1 do
resources :posts, only: [:index, :show, :update]
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment