mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-21 00:47:26 +00:00
Load our spree overrides instead of the originals
We changed some of Spree's logic and want to use that. And once we remove the spree_core gem, we need to load those files before using them.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
# Base controller for OFN's API
|
||||
require_dependency 'spree/api/controller_setup'
|
||||
require "spree/core/controller_helpers/ssl"
|
||||
|
||||
module Api
|
||||
class BaseController < ActionController::Metal
|
||||
|
||||
Reference in New Issue
Block a user