instance method
session
Ruby on Rails 7.2.3
Since v7.1.6The ActionDispatch::Request::Session instance for the current request. See further details in the Active Controller Session guide.
Source
# File actionpack/lib/action_controller/metal.rb, line 176
delegate :session, to: "@_request"
Defined in actionpack/lib/action_controller/metal.rb line 176
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionController::Metal