Class: FL::SassVarsGenerator
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- FL::SassVarsGenerator
- Defined in:
- lib/generators/fl/sass_vars_generator.rb
Instance Method Summary collapse
-
#copy ⇒ Object
Generator Code.
Instance Method Details
#copy ⇒ Object
Generator Code. Remember this is just suped-up Thor so methods are executed in order
11 12 13 |
# File 'lib/generators/fl/sass_vars_generator.rb', line 11 def copy copy_file "sass.yml", "config/sass.yml" end |