24 25 26
# File 'lib/ad-framework/fields.rb', line 24 def changes @changed_keys.inject({}){|h, k| h.merge({ k => self[k] }) } end