mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-10 23:07:47 +00:00
5 lines
148 B
Ruby
5 lines
148 B
Ruby
class StandingOrderOrder < ActiveRecord::Base
|
|
belongs_to :order, class_name: 'Spree::Order', dependent: :destroy
|
|
belongs_to :standing_order
|
|
end
|