For this code: ```crystal class Test def initialize(args) end end ``` It should create a "Test.new(args)" entry into the database instead of "Test#initialize(args)" entry.