photomix/vendor/plugins/authlogic/test/libs/employee.rb

7 lines
154 B
Ruby
Raw Normal View History

2011-04-11 12:07:31 +02:00
class Employee < ActiveRecord::Base
acts_as_authentic do |c|
c.crypto_provider Authlogic::CryptoProviders::AES256
end
belongs_to :company
end