Class: PayAbacatepay::Generators::InstallGenerator

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

Instance Method Summary collapse

Instance Method Details

#copy_migrationsObject



13
14
15
16
17
18
# File 'lib/generators/pay_abacatepay/install/install_generator.rb', line 13

def copy_migrations
  migration_template(
    "create_pay_abacatepay_processed_webhooks.rb.tt",
    "db/migrate/create_pay_abacatepay_processed_webhooks.rb"
  )
end