Class: DomainHandler::Generators::CreateDomainGenerator

Inherits:
ActiveRecord::Generators::Base
  • Object
show all
Defined in:
lib/generators/doamin_handler/migration/tempates/create_domain_generator.rb

Instance Method Summary collapse

Instance Method Details

#create_migration_fileObject



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