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



10
11
12
13
14
# File 'lib/generators/rubyblok/hello_world_generator.rb', line 10

def generate_hello_world
  add_controller
  add_route
  copy_views
end