Skip to content

Instantly share code, notes, and snippets.

@metalelf0
Created March 2, 2012 08:47
Show Gist options
  • Save metalelf0/1956909 to your computer and use it in GitHub Desktop.
Save metalelf0/1956909 to your computer and use it in GitHub Desktop.
HostApplication::Application.routes.draw do
devise_for :user,
:class_name => 'Spree::User',
:controllers => { :sessions => 'spree/user_sessions',
:registrations => 'spree/user_registrations',
:passwords => 'spree/user_passwords' },
:skip => [:unlocks, :omniauth_callbacks],
:path_names => { :sign_out => 'logout' }
# ...
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment