Skip to content

Instantly share code, notes, and snippets.

@deric
Created November 15, 2010 15:44
Show Gist options
  • Save deric/700489 to your computer and use it in GitHub Desktop.
Save deric/700489 to your computer and use it in GitHub Desktop.
overriding ubiquo routes
map.namespace :ubiquo do |ubiquo|
ubiquo.with_options :path_prefix => 'admin' do |admin|
admin.resources :articles
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment