29
"/ Users / sign_out" ile eşleşen güzergah eşleşmiyor ray 3
Uygulamama cihaz geliştirdim ve aşağıdakileri uyguladım 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 %> <% end %> </div> Koştum …