lib/timetree/models/activity.rb in timetree-0.3.0 vs lib/timetree/models/activity.rb in timetree-0.3.1

- old
+ new

@@ -37,10 +37,10 @@ # # @return [Hash] # @since 0.0.1 def data_params { - data: { attributes: { content: content } } + data: {attributes: {content: content}} } end end end