Class: SessionLogger::SessionLoggerConfig
- Inherits:
-
Struct
- Object
- Struct
- SessionLogger::SessionLoggerConfig
- Defined in:
- lib/session_logger.rb
Overview
——————————————— Configuration Defines the session_logger configuration keys for usage in application.rb
Instance Attribute Summary collapse
-
#logged_models ⇒ Object
Returns the value of attribute logged_models.
-
#model_prefix ⇒ Object
Returns the value of attribute model_prefix.
Instance Attribute Details
#logged_models ⇒ Object
Returns the value of attribute logged_models
13 14 15 |
# File 'lib/session_logger.rb', line 13 def logged_models @logged_models end |
#model_prefix ⇒ Object
Returns the value of attribute model_prefix
13 14 15 |
# File 'lib/session_logger.rb', line 13 def model_prefix @model_prefix end |