Sha256: 3bffce664bf9470e6cb678b9f7c986ca01ac986d623d005e79f156df6650df4c
Contents?: true
Size: 255 Bytes
Versions: 12
Compression:
Stored size: 255 Bytes
Contents
# frozen_string_literal: true require 'pg_search/migration/generator' module PgSearch module Migration class DmetaphoneGenerator < Generator def migration_name 'add_pg_search_dmetaphone_support_functions' end end end end
Version data entries
12 entries across 12 versions & 1 rubygems