Class: Rubyblok::Generators::HelloWorldGenerator
- Inherits:
-
Rails::Generators::NamedBase
- Object
- Rails::Generators::NamedBase
- Rubyblok::Generators::HelloWorldGenerator
- Defined in:
- lib/generators/rubyblok/hello_world_generator.rb
Instance Method Summary collapse
Instance Method Details
#generate_hello_world ⇒ Object
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 |