Class: Exstatic::Generators::InstallGenerator
- Inherits:
-
ActiveRecord::Generators::Base
- Object
- ActiveRecord::Generators::Base
- Exstatic::Generators::InstallGenerator
- Defined in:
- lib/generators/exstatic/install_generator.rb
Instance Method Summary collapse
Instance Method Details
#copy_migration ⇒ Object
10 11 12 |
# File 'lib/generators/exstatic/install_generator.rb', line 10 def copy_migration migration_template "migration.rb", "db/migrate/exstatic_create_exstatic_pages" end |