Sha256: e312409d12462d6286a27546096f9e712ace29cf593cb1d6cd62bbfe8b02539f

Contents?: true

Size: 129 Bytes

Versions: 8

Compression:

Stored size: 129 Bytes

Contents

class AnotherAdminUser < ActiveRecord::Base
  include Godmin::Authentication::User

  def self.login_column
    :email
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
godmin-2.3.0 test/dummy/app/models/another_admin_user.rb
godmin-2.2.2 test/dummy/app/models/another_admin_user.rb
godmin-2.2.1 test/dummy/app/models/another_admin_user.rb
godmin-2.2.0 test/dummy/app/models/another_admin_user.rb
godmin-2.1.0 test/dummy/app/models/another_admin_user.rb
godmin-2.0.0 test/dummy/app/models/another_admin_user.rb
godmin-1.5.0 test/dummy/app/models/another_admin_user.rb
godmin-1.4.0 test/dummy/app/models/another_admin_user.rb