Class: BookshoutTheme::AssetsGenerator
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- BookshoutTheme::AssetsGenerator
- Defined in:
- lib/generators/bookshout_theme_generator.rb
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.source_root ⇒ Object
6 7 8 |
# File 'lib/generators/bookshout_theme_generator.rb', line 6 def self.source_root File.('../../example/public/', File.dirname(__FILE__)) end |
Instance Method Details
#copy_assets ⇒ Object
10 11 12 |
# File 'lib/generators/bookshout_theme_generator.rb', line 10 def copy_assets directory 'bookshout-theme', 'public/bookshout-theme' end |