Module: ChangesAreLogged::ClassMethods
- Defined in:
- lib/changes_are_logged.rb
Instance Method Summary collapse
Instance Method Details
#automatically_log_changes(&block) ⇒ Object
55 56 57 58 59 60 |
# File 'lib/changes_are_logged.rb', line 55 def automatically_log_changes(&block) after_initialize -> do @log_changes = true @log_changes_callback = block end end |