Class: Motr::Generators::CompassGenerator

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

Instance Method Summary collapse

Instance Method Details

#copy_filesObject



8
9
10
# File 'lib/generators/motr/compass_generator.rb', line 8

def copy_files
  directory File.expand_path("../../templates/compass", __FILE__), "app/assets/stylesheets"
end