lib/tracker_api/resources/base.rb in tracker_api-0.2.7 vs lib/tracker_api/resources/base.rb in tracker_api-0.2.8

- old
+ new

@@ -18,11 +18,11 @@ def initialize(attrs) super # always reset dirty tracking on initialize - reset_changes + clear_changes_information end private # @return [Hash] key value pairs for just the changed attributes with their new values. @@ -66,6 +66,6 @@ end end end end end -end \ No newline at end of file +end