Sha256: b8626b869988b2223934d0ee2d7ad6a207563647a066933051570c7a9c3d1a43

Contents?: true

Size: 126 Bytes

Versions: 10

Compression:

Stored size: 126 Bytes

Contents

class Customer < ActiveRecord::Base
  attr_accessible :email_address, :first_name, :last_name, :phone

  has_many :orders
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
hashbrowns-0.2.5 example/app/models/customer.rb
hashbrowns-0.2.4 example/app/models/customer.rb
hashbrowns-0.2.3 example/app/models/customer.rb
hashbrowns-0.2.2 example/app/models/customer.rb
hashbrowns-0.2.1 example/app/models/customer.rb
hashbrowns-0.2.0 example/app/models/customer.rb
hashbrowns-0.1.6 example/app/models/customer.rb
hashbrowns-0.1.5 example/app/models/customer.rb
hashbrowns-0.1.4 example/app/models/customer.rb
hashbrowns-0.1.3 example/app/models/customer.rb