class Voltron::Flash::Generators::Install::ViewsGenerator

Public Instance Methods

copy_views() click to toggle source
# File lib/generators/voltron/flash/install/views_generator.rb, line 11
def copy_views
  copy_file 'app/views/voltron/flash/flashes.html.erb', Rails.root.join('app', 'views', 'voltron', 'flash', 'flashes.html.erb')
end