Sha256: 842c10849a0c0c1d9c4b26b374a6d4bf7fd5c8b0ebf85e0fd70a9d10d1c50063

Contents?: true

Size: 201 Bytes

Versions: 13

Compression:

Stored size: 201 Bytes

Contents

class User < ActiveRecord::Base
  acts_as_authentic do |c|
    c.transition_from_crypto_providers Authlogic::CryptoProviders::Sha512
  end
  belongs_to :company
  has_and_belongs_to_many :projects
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
authlogic-4.2.0 test/libs/user.rb
authlogic-4.1.1 test/libs/user.rb
authlogic-4.1.0 test/libs/user.rb
authlogic-4.0.1 test/libs/user.rb
authlogic-4.0.0 test/libs/user.rb
authlogic-3.8.0 test/libs/user.rb
authlogic-3.7.0 test/libs/user.rb
authlogic-3.6.1 test/libs/user.rb
authlogic-3.6.0 test/libs/user.rb
authlogic-3.5.0 test/libs/user.rb
authlogic-3.4.6 test/libs/user.rb
authlogic-3.4.5 test/libs/user.rb
authlogic-3.4.4 test/libs/user.rb