Class: ActionController::Base

Inherits:
Metal show all
Extended by:
AbstractController::Callbacks::ClassMethods, AbstractController::Rendering::ClassMethods, ActiveSupport::Callbacks::ClassMethods, ActiveSupport::Rescuable::ClassMethods, HttpAuthentication::Basic::ControllerMethods::ClassMethods, Logging::ClassMethods, PermissionsPolicy::ClassMethods, RequestForgeryProtection::ClassMethods
Includes:
AbstractController::AssetPaths, AbstractController::Callbacks, AbstractController::Rendering, AbstractController::Translation, ActionView::Layouts, ActiveSupport::Rescuable, Caching, ConditionalGet, ContentSecurityPolicy, Cookies, DataStreaming, DefaultHeaders, EtagWithFlash, EtagWithTemplateDigest, Flash, FormBuilder, Helpers, HttpAuthentication::Basic::ControllerMethods, HttpAuthentication::Digest::ControllerMethods, HttpAuthentication::Token::ControllerMethods, ImplicitRender, Instrumentation, Logging, MimeResponds, ParameterEncoding, ParamsWrapper, PermissionsPolicy, Redirecting, Renderers::All, Rendering, RequestForgeryProtection, Rescue, Streaming, StrongParameters, UrlFor
Defined in:
lib/solargraph/rails/annotations/action_controller.rb

Instance Method Summary collapse

Methods inherited from Metal

#params

Instance Method Details

#flashActionDispatch::Flash::FlashHash



66
# File 'lib/solargraph/rails/annotations/action_controller.rb', line 66

def flash; end

#requestActionDispatch::Request

Returns:

  • (ActionDispatch::Request)


62
# File 'lib/solargraph/rails/annotations/action_controller.rb', line 62

def request; end

#responseActionDispatch::Response

Returns:

  • (ActionDispatch::Response)


60
# File 'lib/solargraph/rails/annotations/action_controller.rb', line 60

def response; end

#sessionActionDispatch::Request::Session

Returns:

  • (ActionDispatch::Request::Session)


64
# File 'lib/solargraph/rails/annotations/action_controller.rb', line 64

def session; end