Class: Theme::Generators::RoundAboutGenerator

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

Instance Method Summary collapse

Instance Method Details

#create_pageObject



10
11
12
13
# File 'lib/generators/theme/round_about/round_about_generator.rb', line 10

def create_page
  copy_file 'index.html', 'app/views/visitors/index.html.erb'
  copy_file 'round-about.css', 'app/assets/stylesheets/round-about.css'
end