We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0da0fc8 commit 39156c8Copy full SHA for 39156c8
actionpack/lib/action_controller/metal.rb
@@ -170,7 +170,9 @@ def controller_name
170
attr_internal_reader :response
171
172
##
173
- # Delegates to ActionDispatch::Request#session.
+ # The ActionDispatch::Request::Session instance for the current request.
174
+ # See further details in the
175
+ # {Active Controller Session guide}[https://guides.rubyonrails.org/action_controller_overview.html#session].
176
delegate :session, to: "@_request"
177
178
0 commit comments