Class: ActionController::Base
- 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
- #flash ⇒ ActionDispatch::Flash::FlashHash
- #request ⇒ ActionDispatch::Request
- #response ⇒ ActionDispatch::Response
- #session ⇒ ActionDispatch::Request::Session
Methods inherited from Metal
Instance Method Details
#flash ⇒ ActionDispatch::Flash::FlashHash
66 |
# File 'lib/solargraph/rails/annotations/action_controller.rb', line 66 def flash; end |
#request ⇒ ActionDispatch::Request
62 |
# File 'lib/solargraph/rails/annotations/action_controller.rb', line 62 def request; end |
#response ⇒ ActionDispatch::Response
60 |
# File 'lib/solargraph/rails/annotations/action_controller.rb', line 60 def response; end |
#session ⇒ ActionDispatch::Request::Session
64 |
# File 'lib/solargraph/rails/annotations/action_controller.rb', line 64 def session; end |