class Rooftop::TemplateGenerator

Public Instance Methods

copy_template() click to toggle source
# File lib/generators/rooftop/template_generator.rb, line 5
def copy_template
  template "template.html.erb", "app/views/layouts/templates/#{name}.html.erb"
end