Class: LetterThief::Generators::InstallGenerator

Inherits:
Rails::Generators::Base
  • Object
show all
Includes:
ActiveRecord::Generators::Migration
Defined in:
lib/generators/letter_thief/install_generator.rb

Instance Method Summary collapse

Instance Method Details

#copy_migrationObject



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