Class: Chapter08_09::Generators::SolutionsGenerator
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- Chapter08_09::Generators::SolutionsGenerator
- Defined in:
- lib/generators/chapter08_09/solutions/solutions_generator.rb
Instance Method Summary collapse
Instance Method Details
#copy_app_tree ⇒ Object
6 7 8 |
# File 'lib/generators/chapter08_09/solutions/solutions_generator.rb', line 6 def copy_app_tree directory(self.class.source_root, Rails.root) end |