Class: FoxTail::ThemesGenerator
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- FoxTail::ThemesGenerator
- Defined in:
- lib/generators/fox_tail/themes_generator.rb
Instance Method Summary collapse
Instance Method Details
#copy_themes ⇒ Object
16 17 18 19 20 21 22 |
# File 'lib/generators/fox_tail/themes_generator.rb', line 16 def copy_themes if .components.present? copy_selected_components else copy_all end end |