lib/hanami/model/plugins/schema.rb in hanami-model-1.3.2 vs lib/hanami/model/plugins/schema.rb in hanami-model-1.3.3

- old
+ new

@@ -1,4 +1,6 @@ +# frozen_string_literal: true + module Hanami module Model module Plugins # Transform input values into database specific types (primitives). #