Module: IronTrail::ChangeModelConcern::ClassMethods
- Defined in:
- lib/iron_trail/change_model_concern.rb
Instance Method Summary collapse
Instance Method Details
#where_object_changes_from(args = {}) ⇒ Object
12 13 14 |
# File 'lib/iron_trail/change_model_concern.rb', line 12 def where_object_changes_from(args = {}) _where_object_changes(0, args) end |
#where_object_changes_to(args = {}) ⇒ Object
8 9 10 |
# File 'lib/iron_trail/change_model_concern.rb', line 8 def where_object_changes_to(args = {}) _where_object_changes(1, args) end |