Skip to content

Instantly share code, notes, and snippets.

View jiggneshhgohel's full-sized avatar

Jignesh Gohel jiggneshhgohel

  • India
View GitHub Profile
@jiggneshhgohel
jiggneshhgohel / gist:52bcd562e937ec4dad7b
Last active June 4, 2018 14:26
Devise Security Extension Schema Migrations

Assuming you already have a Devise model named User and you want to add following Devise Security Extension to it

  • Password Expirable
  • Password Archivable
  • Session Limitable

then your User model should look like following:

User model