Method: Adyen::NotificationGenerator#create_migration_file
- Defined in:
- lib/adyen/notification_generator.rb
#create_migration_file ⇒ Object
Create a migration file for the adyen_notifications table
23 24 25 |
# File 'lib/adyen/notification_generator.rb', line 23 def create_migration_file migration_template 'notification_migration.rb', 'db/migrate/create_adyen_notifications.rb' end |