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