Skip to content

Instantly share code, notes, and snippets.

@gonzariosm
Created October 9, 2014 05:03
Show Gist options
  • Save gonzariosm/6e72a0135ad5a829ef4e to your computer and use it in GitHub Desktop.
Save gonzariosm/6e72a0135ad5a829ef4e to your computer and use it in GitHub Desktop.
scope '/admin' do
get '/' => 'pages#dashboard', as: :dashboard # default admin route
resources :services
resources :clients
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment