Skip to content

Instantly share code, notes, and snippets.

@adamdilek
Created May 23, 2013 09:48
Show Gist options
  • Select an option

  • Save adamdilek/5635001 to your computer and use it in GitHub Desktop.

Select an option

Save adamdilek/5635001 to your computer and use it in GitHub Desktop.
devise_for :users,
:controllers => { :sessions => 'sessions', :registrations => 'registrations'},
:path => 'accounts',
:path_names => { :sign_in => 'login', :sign_up => 'new', :sign_out => 'logout', :password => 'secret',
:confirmation => 'verification' }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment