Sha256: c78e67e24439a0c893fa9b63f6e48bd1a73d081d623f811f224cb27cf91e7caf
Contents?: true
Size: 137 Bytes
Versions: 24
Compression:
Stored size: 137 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
24 entries across 24 versions & 2 rubygems