Class: Deimos::Generators::DbBackendGenerator
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- Deimos::Generators::DbBackendGenerator
- Extended by:
- ActiveRecord::Generators::Migration
- Includes:
- ActiveRecord::Generators::Migration, Rails::Generators::Migration
- Defined in:
- sig/defs.rbs
Overview
Generate the database backend migration.
Instance Method Summary collapse
- #db_migrate_path ⇒ String
-
#generate ⇒ void
Main method to create all the necessary files.
- #migration_version ⇒ String
Instance Method Details
#db_migrate_path ⇒ String
1727 |
# File 'sig/defs.rbs', line 1727
def db_migrate_path: () -> String
|
#generate ⇒ void
This method returns an undefined value.
Main method to create all the necessary files
1730 |
# File 'sig/defs.rbs', line 1730
def generate: () -> void
|
#migration_version ⇒ String
1725 |
# File 'sig/defs.rbs', line 1725
def migration_version: () -> String
|