Class: Spree::Api::V2::BaseController
- Inherits:
-
ActionController::API
- Object
- ActionController::API
- Spree::Api::V2::BaseController
- Includes:
- CanCan::ControllerAdditions, Core::ControllerHelpers::Store, Core::ControllerHelpers::StrongParameters
- Defined in:
- app/controllers/spree/api/v2/base_controller.rb
Direct Known Subclasses
Storefront::Account::CreditCardsController, Storefront::Account::OrdersController, Storefront::AccountController, Storefront::CartController, Storefront::CheckoutController, Storefront::CountriesController, Storefront::OrderStatusController, Storefront::ProductsController, Storefront::TaxonsController
Instance Method Summary collapse
Instance Method Details
#content_type ⇒ Object
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 |