Skip to content

Instantly share code, notes, and snippets.

@parndt
Created February 6, 2012 22:07
Show Gist options
  • Save parndt/1755271 to your computer and use it in GitHub Desktop.
Save parndt/1755271 to your computer and use it in GitHub Desktop.
Refinery::Core::Engine.routes.draw do
namespace :admin, :path => 'refinery' do
resources :users, :except => :show
end
end
# Can I default namespace :admin to use :path => 'refinery' ?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment