Class: FoxTail::ThemesGenerator

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

Instance Method Summary collapse

Instance Method Details

#copy_themesObject



16
17
18
19
20
21
22
# File 'lib/generators/fox_tail/themes_generator.rb', line 16

def copy_themes
  if options.components.present?
    copy_selected_components
  else
    copy_all
  end
end