Class: ViewDelegateController

Inherits:
ActionController::Base
  • Object
show all
Defined in:
app/controllers/view_delegate_controller.rb

Overview

View delegate minimal controller for rendering

Constant Summary collapse

MODULES =

Unnecesary modules to remove

[
  ActionController::ConditionalGet,
  ActionController::EtagWithTemplateDigest,
  ActionController::EtagWithFlash,
  ActionController::Caching,
  ActionController::ImplicitRender,
  ActionController::StrongParameters,
  ActionController::ParameterEncoding,
  ActionController::Cookies,
  ActionController::Flash,
  ActionController::FormBuilder
].freeze