Class: Jombo::Generators::InstallGenerator
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- Jombo::Generators::InstallGenerator
- Defined in:
- lib/jombo/generators/install_generator.rb
Instance Method Summary collapse
Instance Method Details
#add_assets ⇒ Object
8 9 10 11 |
# File 'lib/jombo/generators/install_generator.rb', line 8 def add_assets insert_into_file "app/assets/javascripts/application.js", "//= require bootstrap\n", :after => "jquery_ujs\n" insert_into_file "app/assets/stylesheets/application.css", " *= require bootstrap\n", :after => "require_self\n" end |