Class: BrowserWarning::InstallGenerator

Inherits:
Rails::Generators::Base
  • Object
show all
Defined in:
lib/browser_warning/warning.rb

Instance Method Summary collapse

Instance Method Details

#insert_appilicationObject



4
5
6
# File 'lib/browser_warning/warning.rb', line 4

def insert_appilication
insert_into_file "app/views/layouts/application.html.erb", "<link rel='stylesheet' href='http://outdatedbrowser.com/public/scripts/outdatedBrowser.min.css'>\n", :after => "<head>\n"
end