Skip to content

Instantly share code, notes, and snippets.

@hartct
Created September 22, 2011 00:53
Show Gist options
  • Save hartct/1233762 to your computer and use it in GitHub Desktop.
Save hartct/1233762 to your computer and use it in GitHub Desktop.
Problematic routes.rb with multiple devise routes for same resource
devise_for :admins, :controllers => { :registrations => ‘admin/registrations’, :sessions => ‘admins/sessions’ }
# other routes here
devise_for :admins # oops, this won't work!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment