Class: Rounders::Generators::ReceiverGenerator
- Defined in:
- lib/rounders/generators/receiver/receiver_generator.rb
Instance Method Summary collapse
Methods inherited from Base
Methods included from Plugins::Pluggable
Instance Method Details
#create_receiver ⇒ Object
10 11 12 |
# File 'lib/rounders/generators/receiver/receiver_generator.rb', line 10 def create_receiver template '%underscored_name%_receiver.rb.tt' end |
#set_destination_root ⇒ Object
6 7 8 |
# File 'lib/rounders/generators/receiver/receiver_generator.rb', line 6 def set_destination_root self.destination_root = feature_path end |