Sha256: 2fd48a301c92a622645c166b534e49850f763a30f983a098f762e76f86cab958

Contents?: true

Size: 131 Bytes

Versions: 10

Compression:

Stored size: 131 Bytes

Contents

class Destination < ActiveRecord::Base
  attr_accessible :address1, :address2, :city, :phone, :state, :zip
  belongs_to :order
end

Version data entries

10 entries across 10 versions & 1 rubygems

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