Class: BrowserWarning::InstallGenerator
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- BrowserWarning::InstallGenerator
- Defined in:
- lib/browser_warning/warning.rb
Instance Method Summary collapse
Instance Method Details
#insert_appilication ⇒ Object
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 |