class FrenchToast::Generators::InstallGenerator

Public Instance Methods

copy_last_notification_migration() click to toggle source
# 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