Sha256: 27530a17b20d57d4147e87eaec0ad5dae0841cf2c804f5f3241858ff260c3a21
Contents?: true
Size: 138 Bytes
Versions: 67
Compression:
Stored size: 138 Bytes
Contents
class Affiliate < ActiveRecord::Base acts_as_authentic do |c| c.crypted_password_field = :pw_hash end belongs_to :company end
Version data entries
67 entries across 67 versions & 22 rubygems