Skip to main contentdfsdf

    • The @devise_for@ method has a lot of optional parameters to make things easier. If you just want to remove the "users" namespace before all the routes and rename "sign_in", "sign_out" to "login", "logout". Try this way
    • devise_for :users, :path => '', :path_names => {:sign_in => 'login', :sign_out => 'logout'}
    • The Devise Wiki has lots of additional information about Devise including many "how-to" articles and answers to the most frequently asked questions
    • After you install Devise and add it to your Gemfile, you need to run the generator:

    27 more annotations...

1 - 2 of 2
20 items/page
List Comments (0)