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

7 lines
138 B
Ruby
Raw Normal View History

2011-04-11 12:07:31 +02:00
class Affiliate < ActiveRecord::Base
acts_as_authentic do |c|
c.crypted_password_field = :pw_hash
end
belongs_to :company
end