Nicolas Bally 1d3af87d4c initial
2016-04-28 10:07:08 +02:00

5 lines
78 B
Ruby
Executable File

class Rail < ActiveRecord::Base
belongs_to :order
belongs_to :product
end