Sha256: 3ac042ab1c128263fa28ed5a229c419af4a470d78e40e2fdd52fcabc0b11dcf8

Contents?: true

Size: 128 Bytes

Versions: 9

Compression:

Stored size: 128 Bytes

Contents

class Order < ActiveRecord::Base
  has_many :order_items
  has_many :items, :through => :order_items
  belongs_to :customer
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
datatable-0.2pre6 example_app/app/models/order.rb
datatable-0.2pre5 example_app/app/models/order.rb
datatable-0.2pre4 example_app/app/models/order.rb
datatable-0.2pre3 example_app/app/models/order.rb
datatable-0.2pre2 example_app/app/models/order.rb
datatable-0.2pre1 example_app/app/models/order.rb
datatable-0.1.1alpha4 example_app/app/models/order.rb
datatable-0.1.1alpha1 example_app/app/models/order.rb
datatable-0.1.0alpha2 example_app/app/models/order.rb