Skip to content

Commit

Permalink
differentiate example app output from trace console output
Browse files Browse the repository at this point in the history
  • Loading branch information
robbkidd committed Nov 26, 2024
1 parent db4a04a commit e2858bb
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,6 @@ def screaming_name
end

model = TestModel.new(name: 'test object')
serialized_model = ActiveModelSerializers::SerializableResource.new(model).serializable_hash

puts ActiveModelSerializers::SerializableResource.new(model).serializable_hash
puts "\n*** The serialized object: #{serialized_model}"

0 comments on commit e2858bb

Please sign in to comment.