class Prelaunch::Generators::ViewGenerator

Public Instance Methods

copy_views() click to toggle source
# File lib/generators/prelaunch/view_generator.rb, line 8
def copy_views
  copy_file 'prelaunch/index.html', 'app/views/prelaunch/index.html'
end