mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-26 01:33:22 +00:00
Make OrderCycleShippingMethod inherit from ApplicationRecord
This commit is contained in:
committed by
Filipe
parent
fc4f951a1a
commit
f6c754839b
@@ -1,6 +1,6 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
class OrderCycleShippingMethod < ActiveRecord::Base
|
||||
class OrderCycleShippingMethod < ApplicationRecord
|
||||
belongs_to :order_cycle
|
||||
belongs_to :shipping_method, class_name: "Spree::ShippingMethod"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user