Class: Gmaps4rails::Generators::CopyCoffeeGenerator

Inherits:
Rails::Generators::Base
  • Object
show all
Defined in:
lib/generators/gmaps4rails/copy_coffee_generator.rb

Instance Method Summary collapse

Instance Method Details

#copy_coffeeObject



8
9
10
11
# File 'lib/generators/gmaps4rails/copy_coffee_generator.rb', line 8

def copy_coffee
  say_status("copying", "coffee files", :green)
  directory 'gmaps', 'app/assets/javascripts/gmaps'
end