Class: SpreeActiveSale::Generators::AssetsGenerator

Inherits:
Rails::Generators::Base
  • Object
show all
Defined in:
lib/generators/spree_active_sale/assets/assets_generator.rb

Instance Method Summary collapse

Instance Method Details

#copy_localeObject



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_readmeObject



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