Class: Spree::Api::V2::BaseController

Inherits:
ActionController::API
  • Object
show all
Includes:
CanCan::ControllerAdditions, Core::ControllerHelpers::Store, Core::ControllerHelpers::StrongParameters
Defined in:
app/controllers/spree/api/v2/base_controller.rb

Instance Method Summary collapse

Instance Method Details

#content_typeObject



11
12
13
# File 'app/controllers/spree/api/v2/base_controller.rb', line 11

def content_type
  Spree::Api::Config[:api_v2_content_type]
end