Method: Semantic::Generators::InstallGenerator#create_layout

Defined in:
lib/generators/semantic/install_generator.rb

#create_layoutObject



25
26
27
# File 'lib/generators/semantic/install_generator.rb', line 25

def create_layout
  template("layouts/application.html.#{options[:template_engine]}.tt", "app/views/layouts/application.html.#{options[:template_engine]}", force: true) if options[:layout]
end