Class: LeftSide::Generators::StylesheetGenerator
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- LeftSide::Generators::StylesheetGenerator
- Defined in:
- lib/generators/left_side/stylesheet_generator.rb
Instance Method Summary collapse
Instance Method Details
#copy_stylesheet ⇒ Object
7 8 9 |
# File 'lib/generators/left_side/stylesheet_generator.rb', line 7 def copy_stylesheet copy_file "stylesheets/left-side.css.scss", "app/assets/stylesheets/left-side.css.scss" end |