Class: Rubyblok::Generators::HelloWorldGenerator

Inherits:
Rails::Generators::NamedBase
  • Object
show all
Defined in:
lib/generators/rubyblok/hello_world_generator.rb

Instance Method Summary collapse

Instance Method Details

#generate_hello_worldObject



12
13
14
15
16
# File 'lib/generators/rubyblok/hello_world_generator.rb', line 12

def generate_hello_world
  add_controller
  add_route
  copy_views
end