Class: SpreeActiveSale::Generators::AssetsGenerator
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- SpreeActiveSale::Generators::AssetsGenerator
- Defined in:
- lib/generators/spree_active_sale/assets/assets_generator.rb
Instance Method Summary collapse
Instance Method Details
#copy_locale ⇒ Object
9 10 11 12 |
# File 'lib/generators/spree_active_sale/assets/assets_generator.rb', line 9 def copy_locale directory assets_source_path, assets_destination_path directory js_source_path, js_destination_path end |
#show_readme ⇒ Object
14 15 16 |
# File 'lib/generators/spree_active_sale/assets/assets_generator.rb', line 14 def show_readme readme 'README.md' if behavior == :invoke end |