Fix params issues in Api::TaxonsController

This commit is contained in:
Matt-Yorkley
2021-01-09 22:29:57 +00:00
parent c5feb19e5b
commit 7bf4f88034
2 changed files with 3 additions and 2 deletions

View File

@@ -4,6 +4,7 @@ require "spree/core/controller_helpers/ssl"
module Api
class BaseController < ActionController::Metal
include RawParams
include ActionController::StrongParameters
include ActionController::RespondWith
include Spree::Api::ControllerSetup