Skip to content

History / How to Setup Multiple Devise User Models

Revisions

  • "&& return" does not work. You must use "and return" on redirects. Confirmed in Rails Guides: https://edgeguides.rubyonrails.org/layouts_and_rendering.html

    @Mei152 Mei152 committed Dec 30, 2019
  • Updated How to Setup Multiple Devise User Models (markdown)

    @jamescook10 jamescook10 committed Jul 12, 2018
  • Updated How to Setup Multiple Devise User Models (markdown)

    @jamescook10 jamescook10 committed Jul 12, 2018
  • Updated How to Setup Multiple Devise User Models (markdown)

    @jamescook10 jamescook10 committed Jul 12, 2018
  • 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

    @lsarni lsarni committed Oct 17, 2017
  • Updated How to Setup Multiple Devise User Models (markdown)

    @trevorrjohn trevorrjohn committed Aug 18, 2017
  • Updated How to Setup Multiple Devise User Models (markdown)

    @trevorrjohn trevorrjohn committed Aug 18, 2017
  • improve instructions about signing out

    @trevorrjohn trevorrjohn committed Aug 18, 2017
  • Updated How to Setup Multiple Devise User Models (markdown)

    @meacuna meacuna committed Aug 1, 2017
  • check_user method: replaced "current_shopper" to "current_user"

    @JijoBose JijoBose committed Jul 5, 2017
  • Updated How to Setup Multiple Devise User Models (markdown)

    @pinzonjulian pinzonjulian committed Jun 23, 2017
  • Updated How to Setup Multiple Devise User Models (markdown)

    @pinzonjulian pinzonjulian committed Jun 23, 2017
  • Updated How to Setup Multiple Devise User Models (markdown)

    @pinzonjulian pinzonjulian committed Jun 23, 2017
  • Enhance explanation to provide a full solution to multiple devise models instead of just catching the single error shown before

    @pinzonjulian pinzonjulian committed Jun 23, 2017
  • Created How to Setup Multiple Devise User Models (markdown)

    @themoor88 themoor88 committed May 26, 2016