Sha256: 5896c4ced77b0f94feabc511577da1f525704bf72d9cb7d7f3053fcccca976c8
Contents?: true
Size: 231 Bytes
Versions: 18
Compression:
Stored size: 231 Bytes
Contents
require 'pg_search/migration/generator' module PgSearch module Migration class DmetaphoneGenerator < Generator def migration_name 'add_pg_search_dmetaphone_support_functions'.freeze end end end end
Version data entries
18 entries across 18 versions & 1 rubygems