Class: DomainHandler::Generators::CreateDomainGenerator
- Inherits:
-
ActiveRecord::Generators::Base
- Object
- ActiveRecord::Generators::Base
- DomainHandler::Generators::CreateDomainGenerator
- Defined in:
- lib/generators/doamin_handler/migration/tempates/create_domain_generator.rb
Instance Method Summary collapse
Instance Method Details
#create_migration_file ⇒ Object
8 9 10 |
# File 'lib/generators/doamin_handler/migration/tempates/create_domain_generator.rb', line 8 def create_migration_file migration_template 'create_domain.rb', 'db/migrate/create_domain.rb' end |