Method: Dynamoid::Dirty#attribute_previously_changed?
- Defined in:
- lib/dynamoid/dirty.rb
#attribute_previously_changed?(attr) ⇒ Boolean
Handles *_previously_changed? for method_missing.
145 146 147 |
# File 'lib/dynamoid/dirty.rb', line 145 def attribute_previously_changed?(attr) #:nodoc: previous_changes_include?(attr) end |