29
Не найдено ни одного маршрута «/ users / sign_out» devise rails 3
Я установил devise в своем приложении и применил в своем application.html.erbфайле следующее: <div id="user_nav"> <% if user_signed_in? %> Signed in as <%= current_user.email %>. This cannot be cheese? <%= link_to 'Sign out', destroy_user_session_path %> <% else %> <%= link_to 'Register', new_user_registration_path %> or <%= link_to 'Sign in', new_user_session_path %> <% …