Sha256: 142a13a2babb43ca62695c48c6a383f64f19ca7384a4d72660a11f7a2a0bccaa
Contents?: true
Size: 245 Bytes
Versions: 23
Compression:
Stored size: 245 Bytes
Contents
module SharedAdmin extend ActiveSupport::Concern included do devise :database_authenticatable, :encryptable, :registerable, :timeoutable, :recoverable, :rememberable, :lockable, :unlock_strategy => :time end end
Version data entries
23 entries across 23 versions & 6 rubygems