Sha256: 2f6cf1ca213cc87de20818e6505fe21486e3b793897b10c611fa158ce04d1aad

Contents?: true

Size: 222 Bytes

Versions: 3

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

3 entries across 3 versions & 1 rubygems

Version Path
rom-rails-1.2.0 lib/generators/rom/install/templates/types.rb
rom-rails-1.1.1 lib/generators/rom/install/templates/types.rb
rom-rails-1.1.0 lib/generators/rom/install/templates/types.rb