class CommandGenerator
Public Instance Methods
create_migration()
click to toggle source
# File lib/generators/orientea/command_generator.rb, line 4 def create_migration migration_template 'create_command.rb', 'db/migrate/create_command_table.rb' end