Method: JsonApiClient::Helpers::Dirty#changed_attributes
- Defined in:
- lib/json_api_client/helpers/dirty.rb
#changed_attributes ⇒ Object
13 14 15 |
# File 'lib/json_api_client/helpers/dirty.rb', line 13 def changed_attributes @changed_attributes ||= ActiveSupport::HashWithIndifferentAccess.new end |