Sha256: 9c69a538fdfaa61cbabbf7a31e8be5bca736a527ac09e30997c3c31b5f3925d4
Contents?: true
Size: 309 Bytes
Versions: 9
Compression:
Stored size: 309 Bytes
Contents
# frozen_string_literal: true class CaptchaUser < ApplicationUserRecord devise :database_authenticatable, :password_archivable, :paranoid_verification, :password_expirable if DEVISE_ORM == :mongoid require './test/dummy/app/models/mongoid/mappings' include ::Mongoid::Mappings end end
Version data entries
9 entries across 9 versions & 1 rubygems