Sha256: e231a42b2d5eb5fb1e78c39d989a1ad6420e07e14c289004672ddb892eae3a87
Contents?: true
Size: 434 Bytes
Versions: 30
Compression:
Stored size: 434 Bytes
Contents
module JSONAPI class ResourceControllerMetal < ActionController::Metal 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
Version data entries
30 entries across 30 versions & 1 rubygems