Class: LetterThief::Generators::InstallGenerator
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- LetterThief::Generators::InstallGenerator
- Includes:
- ActiveRecord::Generators::Migration
- Defined in:
- lib/generators/letter_thief/install_generator.rb
Instance Method Summary collapse
Instance Method Details
#copy_migration ⇒ Object
11 12 13 14 15 |
# File 'lib/generators/letter_thief/install_generator.rb', line 11 def copy_migration migration_template "create_email_messages.rb.erb", "db/migrate/create_letter_thief_email_messages.rb", migration_version: migration_version end |