Class: TourGenerator

Inherits:
Rails::Generators::Base
  • Object
show all
Defined in:
lib/generators/tour_generator.rb

Instance Method Summary collapse

Instance Method Details

#generate_tourObject



6
7
8
# File 'lib/generators/tour_generator.rb', line 6

def generate_tour
  copy_file "template_tour.yml", "app/tours/#{ controller.downcase }_tour.yml"
end