Sha256: 746cc08639ea439f146d52e982ea01b7bf6ae545d6403e58213b8c4bea14d7b7

Contents?: true

Size: 168 Bytes

Versions: 3

Compression:

Stored size: 168 Bytes

Contents

class AuthlogicUser < ::ActiveRecord::Base

  acts_as_authentic do |c|
    c.login_field            = :email
    c.crypted_password_field = :crypted_password
  end

end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
rich_cms-3.0.2 test/shared/dummy/models/authlogic_user.rb
rich_cms-3.0.1 test/shared/dummy/models/authlogic_user.rb
rich_cms-3.0.0 test/shared/dummy/models/authlogic_user.rb