photomix/vendor/plugins/authlogic/test/libs/employee.rb
2011-04-11 18:07:31 +08:00

7 lines
154 B
Ruby

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