Class: FrenchToast::Generators::InstallGenerator

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

Instance Method Summary collapse

Instance Method Details

#copy_last_notification_migrationObject



11
12
13
14
15
16
# File 'lib/generators/french_toast/install_generator.rb', line 11

def copy_last_notification_migration
  migration_template(
    "create_last_notifications.rb",
    "db/migrate/create_last_notifications.rb",
  )
end