Class: BrochureGenerator

Inherits:
Rails::Generators::NamedBase
  • Object
show all
Defined in:
lib/generators/brochure_generator.rb

Instance Method Summary collapse

Instance Method Details

#homeObject



4
5
6
7
8
# File 'lib/generators/brochure_generator.rb', line 4

def home
  copy_file "index.html.erb", "#{Rails.root}/app/views/home/index.html.erb"
  copy_file "four_zero_four.html.erb", "#{Rails.root}/app/views/home/four_zero_four.html.erb"
  copy_file "about.html.erb", "#{Rails.root}/app/views/home/about.html.erb"
end