Repository URL to install this package:
|
Version:
0.8.0 ▾
|
module JSONAPI
class ResourceController < ActionController::Base
MODULES = [
AbstractController::Rendering,
ActionController::Rendering,
ActionController::Renderers::All,
ActionController::StrongParameters,
ActionController::ForceSSL,
ActionController::Instrumentation,
JSONAPI::ActsAsResourceController
].freeze
MODULES.each do |mod|
include mod
end
end
end