Class: OutboundMailbox::InstallGenerator
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- OutboundMailbox::InstallGenerator
- Includes:
- ActiveRecord::Generators::Migration
- Defined in:
- lib/generators/outbound_mailbox/install_generator.rb
Instance Method Summary collapse
Instance Method Details
#copy_migration ⇒ Object
13 14 15 |
# File 'lib/generators/outbound_mailbox/install_generator.rb', line 13 def copy_migration migration_template "migration.rb", "db/migrate/create_outbound_mailbox_outbound_emails.rb" end |