29
कोई भी मार्ग "/ उपयोगकर्ताओं / साइन_आउट" से मेल नहीं खाता है
मैंने अपने ऐप पर डेविस इंस्टॉल किया है और अपनी 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 <%= …