Created
March 11, 2021 07:15
-
-
Save jasonheecs/1c2b814e03aa2007c40d3fe62abd8640 to your computer and use it in GitHub Desktop.
Implementing timeoutable on a Devise User model
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class User < ActiveRecord::Base | |
devise :timeoutable | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment