Sha256: e6693fc067740f7b2da47fc04b9b0158928a9d0cdb06909944a721fda0ddf480

Contents?: true

Size: 131 Bytes

Versions: 3

Compression:

Stored size: 131 Bytes

Contents

module Bouquet
  class Stock < ApplicationRecord
    belongs_to :arrival
    belongs_to :location
    has_many :storages
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
bouquet-0.2.2 core/app/models/bouquet/stock.rb
bouquet-0.2.1 core/app/models/bouquet/stock.rb
bouquet-0.2.0 core/app/models/bouquet/stock.rb