Sha256: 2d2fed687bd25c36ce8c2d6b4afa649e62f88f34fcb3a07f231c2a33231a6572

Contents?: true

Size: 189 Bytes

Versions: 29

Compression:

Stored size: 189 Bytes

Contents

# frozen_string_literal: true

module Dato
  module Local
    module FieldType
      class Slug
        def self.parse(value, _repo)
          value
        end
      end
    end
  end
end

Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
dato-0.7.0 lib/dato/local/field_type/slug.rb
dato-0.6.18 lib/dato/local/field_type/slug.rb
dato-0.6.17 lib/dato/local/field_type/slug.rb
dato-0.6.16 lib/dato/local/field_type/slug.rb
dato-0.6.15 lib/dato/local/field_type/slug.rb
dato-0.6.14 lib/dato/local/field_type/slug.rb
dato-0.6.12 lib/dato/local/field_type/slug.rb
dato-0.6.11 lib/dato/local/field_type/slug.rb
dato-0.6.10 lib/dato/local/field_type/slug.rb