Here is my actual error: No route matches [GET] \"/members/sign_out\" Since most people will use \"users\" I thought it would be more helpful to have that in th
No route matches [GET] \"/members/sign_out\"
@creamhost say,
devise_for :users do get '/users/sign_out' => 'devise/sessions#destroy' end
but it is not correct solution for me (Rails4). I solved our problem (@Olives' answer),
link_to :logout, destroy_member_session_path, method: :delete