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.
2 parents 254f1d8 + 39156c8 commit 5824fd9Copy full SHA for 5824fd9
actionpack/lib/action_controller/metal.rb
@@ -169,6 +169,10 @@ def controller_name
169
# The ActionDispatch::Response instance for the current response.
170
attr_internal_reader :response
171
172
+ ##
173
+ # 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