Skip to content

Instantly share code, notes, and snippets.

@rocodev-tech
Created July 7, 2014 07:33
Show Gist options
  • Save rocodev-tech/db1a47c039475e604cf2 to your computer and use it in GitHub Desktop.
Save rocodev-tech/db1a47c039475e604cf2 to your computer and use it in GitHub Desktop.
config/routes.rb
Rails.application.routes.draw do
namespace :admin do
resources :products
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment