We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
"&& return" does not work. You must use "and return" on redirects. Confirmed in Rails Guides: https://edgeguides.rubyonrails.org/layouts_and_rendering.html
Updated How to Setup Multiple Devise User Models (markdown)
Leaving the `flash.clear` out of the ifs clears the login errors before they appear on the view https://stackoverflow.com/questions/46626586/devise-log-in-errors-not-showing/46630493
improve instructions about signing out
check_user method: replaced "current_shopper" to "current_user"
Enhance explanation to provide a full solution to multiple devise models instead of just catching the single error shown before
Created How to Setup Multiple Devise User Models (markdown)