Sha256: f78d9bd48c175b4db8250382d67241d4911f0b3d964a7ad00d849a2814906c89
Contents?: true
Size: 222 Bytes
Versions: 1
Compression:
Stored size: 222 Bytes
Contents
require "dry/types" module Types include Dry::Types.module ID = Coercible::Int.optional.meta(primary_key: true) # Include your own type definitions and coersions here. # See http://dry-rb.org/gems/dry-types end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rom-rails-2.0.0 | lib/generators/rom/install/templates/types.rb |