Class: Rounders::Generators::HandlerGenerator
- Defined in:
- lib/rounders/generators/handler/handler_generator.rb
Instance Method Summary collapse
Methods inherited from Base
Methods included from Plugins::Pluggable
Instance Method Details
#create_handler ⇒ Object
11 12 13 |
# File 'lib/rounders/generators/handler/handler_generator.rb', line 11 def create_handler template '%underscored_name%_handler.rb.tt' end |
#set_destination_root ⇒ Object
7 8 9 |
# File 'lib/rounders/generators/handler/handler_generator.rb', line 7 def set_destination_root self.destination_root = feature_path end |