Fix view rendering in Api::BaseController

This commit is contained in:
Matt-Yorkley
2021-01-06 12:26:47 +00:00
parent eec9f27353
commit 3b1ad29d20
2 changed files with 5 additions and 1 deletions

View File

@@ -10,6 +10,9 @@ module Api
include Spree::Core::ControllerHelpers::SSL
include ::ActionController::Head
include ::ActionController::ConditionalGet
include ActionView::Layouts
layout false
attr_accessor :current_api_user