Class: Autopilot::Generators::ExampleGenerator

Inherits:
Rails::Generators::Base
  • Object
show all
Defined in:
lib/generators/autopilot/example_generator.rb

Instance Method Summary collapse

Instance Method Details

#do_magicObject



6
7
8
9
# File 'lib/generators/autopilot/example_generator.rb', line 6

def do_magic
  puts "Adding an example model..."
  # TODO
end