class Theme::Generators::BusinessFrontpageGenerator

Public Instance Methods

create_page() click to toggle source
# File lib/generators/theme/business_frontpage/business_frontpage_generator.rb, line 10
def create_page
  copy_file 'index.html', 'app/views/visitors/index.html.erb'
  copy_file 'business-frontpage.css', 'app/assets/stylesheets/business-frontpage.css'
end