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