class Malina::LayoutGenerator

Public Instance Methods

copy_views_file() click to toggle source
# File lib/generators/malina/layout_generator.rb, line 8
def copy_views_file
  copy_file 'malina.html.erb', Rails.root.join('app/views/layouts/malina.html.erb')
end