Sha256: 51eed4fc1b1f28e9fd2338f332cb4d7e5eb37f9184c5f893a2e63ee2be94ad23

Contents?: true

Size: 154 Bytes

Versions: 77

Compression:

Stored size: 154 Bytes

Contents

class Employee < ActiveRecord::Base
  acts_as_authentic do |c|
    c.crypto_provider Authlogic::CryptoProviders::AES256
  end
  
  belongs_to :company
end

Version data entries

77 entries across 77 versions & 22 rubygems

Version Path
authlogic-3.4.6 test/libs/employee.rb
authlogic-3.4.5 test/libs/employee.rb
authlogic-2.1.11 test/libs/employee.rb
authlogic-2.1.10 test/libs/employee.rb
authlogic-3.4.4 test/libs/employee.rb
authlogic-3.4.3 test/libs/employee.rb
binarylogic-authlogic-2.1.0 test/libs/employee.rb
binarylogic-authlogic-2.1.1 test/libs/employee.rb
crankharder-authlogic-2.1.1 test/libs/employee.rb
jlecour-authlogic-2.1.2 test/libs/employee.rb
kschrader-authlogic-2.1.2 test/libs/employee.rb
kschrader-authlogic-2.1.3 test/libs/employee.rb
authlogic-3.4.2 test/libs/employee.rb
authlogic-3.4.1 test/libs/employee.rb
authlogic-3.4.0 test/libs/employee.rb
authlogic-3.3.0 test/libs/employee.rb
authlogic-3.2.0 test/libs/employee.rb
authlogic-3.1.3 test/libs/employee.rb
authlogic-2.1.8 test/libs/employee.rb
authlogic-2.1.7 test/libs/employee.rb