Class: JtGenerator

Inherits:
Thor
  • Object
show all
Includes:
Thor::Actions
Defined in:
lib/jt-mobile-kit/jt_generator.rb

Instance Method Summary collapse

Instance Method Details

#scaffold(name) ⇒ Object



16
17
18
19
20
# File 'lib/jt-mobile-kit/jt_generator.rb', line 16

def scaffold name
  GenController.start [name]
  GenView.start [name]
  GenRouting.start [name]
end