Method: Dynamoid::Dirty#update!
- Defined in:
- lib/dynamoid/dirty.rb
#update! ⇒ Object
18 19 20 21 22 |
# File 'lib/dynamoid/dirty.rb', line 18 def update!(*) ret = super clear_changes # update! completely reloads all fields on the class, so any extant changes are wiped out ret end |