mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-18 04:39:14 +00:00
Remove strong parameters and search helpers, they are not used in OFN
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
require 'cancan'
|
||||
require_dependency 'spree/core/controller_helpers/strong_parameters'
|
||||
|
||||
module Spree
|
||||
class BaseController < ApplicationController
|
||||
@@ -9,9 +8,6 @@ module Spree
|
||||
include Spree::Core::ControllerHelpers::RespondWith
|
||||
include Spree::Core::ControllerHelpers::SSL
|
||||
include Spree::Core::ControllerHelpers::Common
|
||||
include Spree::Core::ControllerHelpers::Search
|
||||
include Spree::Core::ControllerHelpers::StrongParameters
|
||||
include Spree::Core::ControllerHelpers::Search
|
||||
|
||||
respond_to :html
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user