Skip to content

Commit 39156c8

Browse files
mdhp8
andauthored
Update actionpack/lib/action_controller/metal.rb
Co-authored-by: Petrik de Heus <[email protected]>
1 parent 0da0fc8 commit 39156c8

File tree

1 file changed

+3
-1
lines changed
  • actionpack/lib/action_controller

1 file changed

+3
-1
lines changed

actionpack/lib/action_controller/metal.rb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,9 @@ def controller_name
170170
attr_internal_reader :response
171171

172172
##
173-
# Delegates to ActionDispatch::Request#session.
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].
174176
delegate :session, to: "@_request"
175177

176178
##

0 commit comments

Comments
 (0)