Class: SluggiGenerator

Inherits:
ActiveRecord::Generators::Base
  • Object
show all
Defined in:
lib/generators/sluggi_generator.rb

Overview

Copy the migration to create the slugs table.

Instance Method Summary collapse

Instance Method Details

#copy_filesObject

Copy the migration template to db/migrate.



12
13
14
# File 'lib/generators/sluggi_generator.rb', line 12

def copy_files
  migration_template "create_slugs.erb.rb", "db/migrate/create_slugs.rb"
end