Namespace
Methods
- M
Instance Public methods
Return this session’s underlying Session instance. Useful for the DB-backed session stores.
Source: show
# File rails/actionpack/lib/action_controller/session/active_record_store.rb, line 11 def model @dbman.model if @dbman end