Class: Theme::Generators::FourColPortfolioGenerator

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

Instance Method Summary collapse

Instance Method Details

#create_pageObject



10
11
12
13
# File 'lib/generators/theme/four_col_portfolio/four_col_portfolio_generator.rb', line 10

def create_page
  copy_file 'index.html', 'app/views/visitors/index.html.erb'
  copy_file '4-col-portfolio.css', 'app/assets/stylesheets/4-col-portfolio.css'
end