Class: Glow::Generators::InstallGenerator
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- Glow::Generators::InstallGenerator
- Defined in:
- lib/generators/glow/install/install_generator.rb
Instance Method Summary collapse
Instance Method Details
#copy_glow ⇒ Object
11 12 13 14 15 |
# File 'lib/generators/glow/install/install_generator.rb', line 11 def copy_glow say_status("copying", "glow", :green) copy_file "glow.js", "public/javascripts/glow.js" say("Please include glow.js in your layout") end |