Class: AuditTables::Configuration
- Inherits:
-
Object
- Object
- AuditTables::Configuration
- Defined in:
- lib/audit_tables.rb
Instance Attribute Summary collapse
-
#exclude_tables ⇒ Object
Returns the value of attribute exclude_tables.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
18 19 20 |
# File 'lib/audit_tables.rb', line 18 def initialize @exclude_tables = ['ar_internal_metadata', 'schema_migrations'] end |
Instance Attribute Details
#exclude_tables ⇒ Object
Returns the value of attribute exclude_tables.
16 17 18 |
# File 'lib/audit_tables.rb', line 16 def exclude_tables @exclude_tables end |