Sha256: acc9d1f6f4577f3ddc477635b180e86eea1846e0a577d785248383810c1f2001

Contents?: true

Size: 132 Bytes

Versions: 10

Compression:

Stored size: 132 Bytes

Contents

class Order < ActiveRecord::Base
  attr_accessible :description, :name, :status
  has_many :destinations
  belongs_to :customer
end

Version data entries

10 entries across 10 versions & 1 rubygems

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