Class: SynergyInventoryManagement::Generators::InstallGenerator

Inherits:
Rails::Generators::Base
  • Object
show all
Defined in:
lib/generators/synergy_inventory_management/install/install_generator.rb

Instance Method Summary collapse

Instance Method Details

#add_stylesheetsObject



4
5
6
# File 'lib/generators/synergy_inventory_management/install/install_generator.rb', line 4

def add_stylesheets
  inject_into_file "app/assets/stylesheets/admin/all.css", " *= require admin/synergy_imi\n", :before => /\*\//, :verbose => true
end