Class: CommandGenerator
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- CommandGenerator
- Defined in:
- lib/generators/orientea/command_generator.rb
Instance Method Summary collapse
Instance Method Details
#create_migration ⇒ Object
4 5 6 |
# File 'lib/generators/orientea/command_generator.rb', line 4 def create_migration migration_template 'create_command.rb', 'db/migrate/create_command_table.rb' end |