class Rounders::Generators::HandlerGenerator

Public Instance Methods

create_handler() click to toggle source
# File lib/rounders/generators/handler/handler_generator.rb, line 11
def create_handler
  template '%underscored_name%_handler.rb.tt'
end
set_destination_root() click to toggle source
# File lib/rounders/generators/handler/handler_generator.rb, line 7
def set_destination_root
  self.destination_root = feature_path
end