Skip to content

Instantly share code, notes, and snippets.

@jasonheecs
Created March 11, 2021 07:15
Show Gist options
  • Save jasonheecs/1c2b814e03aa2007c40d3fe62abd8640 to your computer and use it in GitHub Desktop.
Save jasonheecs/1c2b814e03aa2007c40d3fe62abd8640 to your computer and use it in GitHub Desktop.
Implementing timeoutable on a Devise User model
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