Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2014
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. 5 resources :users
  2. 6 devise_for :users, :path => "", :path_names => { :sign_in => 'login', :sign_out
  3. => 'logout', :password => 'secret', :confirmation => 'verification', :unlock =>
  4. 'unblock', :registration => 'register', :sign_up => 'cmon_let_me_in' }
  5.  
  6. = link_to 'sign_out', destroy_user_session_path, :method => :delete
  7.  
  8. <%= link_to "Sign Out", destroy_user_session_path %>
  9.  
  10. <%= link_to "sign out", destroy_user_session_path, method: :delete %>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement