Sha256: c423c9d8afd3dcfc2543444053b45508d8d2fff6c2f377148d21c7cbd4986e00

Contents?: true

Size: 312 Bytes

Versions: 22

Compression:

Stored size: 312 Bytes

Contents

module SharedUserWithoutOmniauth
  extend ActiveSupport::Concern

  included do
    devise :database_authenticatable, :confirmable, :lockable, :recoverable,
      :registerable, :rememberable, :timeoutable,
      :trackable, :validatable
  end

  def raw_confirmation_token
    @raw_confirmation_token
  end
end

Version data entries

22 entries across 22 versions & 4 rubygems

Version Path
brainsome_devise-3.3.0 test/rails_app/lib/shared_user_without_omniauth.rb
devise-3.3.0 test/rails_app/lib/shared_user_without_omniauth.rb