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

7 lines
138 B
Ruby

class Affiliate < ActiveRecord::Base
acts_as_authentic do |c|
c.crypted_password_field = :pw_hash
end
belongs_to :company
end