Class: Restforce::MigrationGenerator
- Inherits:
-
ActiveRecord::Generators::Base
- Object
- ActiveRecord::Generators::Base
- Restforce::MigrationGenerator
- Defined in:
- lib/generators/restforce/migration_generator.rb
Overview
:nodoc:
Instance Method Summary collapse
-
#create_migration_file ⇒ Object
:nodoc:.
Instance Method Details
#create_migration_file ⇒ Object
:nodoc:
11 12 13 |
# File 'lib/generators/restforce/migration_generator.rb', line 11 def create_migration_file migration_template "migration.rb", "db/migrate/add_#{singular_name}_salesforce_binding.rb" end |