Method: EffectiveEmailTemplates::Generators::InstallGenerator#create_migration_file

Defined in:
lib/generators/effective_email_templates/install_generator.rb

#create_migration_fileObject



34
35
36
# File 'lib/generators/effective_email_templates/install_generator.rb', line 34

def create_migration_file
  migration_template ('../' * 3) + 'db/migrate/101_create_effective_email_templates.rb', 'db/migrate/create_effective_email_templates.rb'
end