Class: JSONAPI::ResourceControllerMetal

Inherits:
ActionController::Metal
  • Object
show all
Defined in:
lib/jsonapi/resource_controller_metal.rb

Constant Summary collapse

MODULES =
[
  AbstractController::Rendering,
  ActionController::Rendering,
  ActionController::Renderers::All,
  ActionController::StrongParameters,
  Gem::Requirement.new('< 6.1').satisfied_by?(ActionPack.gem_version) ? ActionController::ForceSSL : nil,
  ActionController::Instrumentation,
  JSONAPI::ActsAsResourceController
].compact.freeze