Class: PgSearch::Migration::DmetaphoneGenerator
- Inherits:
-
Generator
- Object
- Rails::Generators::Base
- Generator
- PgSearch::Migration::DmetaphoneGenerator
show all
- Defined in:
- lib/pg_search/migration/dmetaphone_generator.rb
Instance Method Summary
collapse
Methods inherited from Generator
#create_migration, inherited
Instance Method Details
#migration_name ⇒ Object
8
9
10
|
# File 'lib/pg_search/migration/dmetaphone_generator.rb', line 8
def migration_name
'add_pg_search_dmetaphone_support_functions'
end
|