Sha256: 40f71df4dcc1dfc9a4e123a3ae08953fe00e9c70f33c8536875c0a574aa1187f
Contents?: true
Size: 183 Bytes
Versions: 1
Compression:
Stored size: 183 Bytes
Contents
module SharedUser extend ActiveSupport::Concern included do devise :database_authenticatable, :confirmable, :recoverable, :registerable, :validatable, :certifiable end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
devise_certifiable-0.1.0 | test/rails_app/lib/shared_user.rb |