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