class Theme::Generators::RoundAboutGenerator

Public Instance Methods

create_page() click to toggle source
# 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