Class: Bsvc::Generators::ComponentsGenerator
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- Bsvc::Generators::ComponentsGenerator
- Defined in:
- lib/generators/bsvc/components_generator.rb
Instance Method Summary collapse
Instance Method Details
#copy_components ⇒ Object
8 9 10 11 |
# File 'lib/generators/bsvc/components_generator.rb', line 8 def copy_components directory('app/components', 'app/components') directory('app/helpers', 'app/helpers') end |