Sha256: e14941b38f548686b3c69631f9a7d6a284bd2200300e837fb8d90b9177e9f86e
Contents?: true
Size: 246 Bytes
Versions: 12
Compression:
Stored size: 246 Bytes
Contents
require 'pg_search/migration/generator' module PgSearch module Migration class AssociatedAgainstGenerator < Generator def migration_name 'add_pg_search_associated_against_support_functions'.freeze end end end end
Version data entries
12 entries across 12 versions & 1 rubygems