Class: Glow::Generators::InstallGenerator

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

Instance Method Summary collapse

Instance Method Details

#copy_glowObject



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