Sha256: 764ff5ed8b934dc66b63e52594ecde14505602152a4890681672fddd8d1cba9d

Contents?: true

Size: 379 Bytes

Versions: 4

Compression:

Stored size: 379 Bytes

Contents

module Hatchy
  class ProjectAccount < ActiveRecord::Base
    belongs_to :bank,     class_name:'Hatchy::Bank'
    belongs_to :project,  class_name:'Hatchy::Project'

    validates_presence_of :address_street, :address_number, :address_city, 
      :address_state, :address_zip, :account_type, :email, :phone, :account,
      :account_digit, :owner_name, :owner_document
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
hatchy-0.0.8.pre app/models/hatchy/project_account.rb
hatchy-0.0.7.pre app/models/hatchy/project_account.rb
hatchy-0.0.6.pre app/models/hatchy/project_account.rb
hatchy-0.0.5.pre app/models/hatchy/project_account.rb