Class: Chapter11_2::Generators::SolutionsGenerator

Inherits:
Rails::Generators::Base
  • Object
show all
Defined in:
lib/generators/chapter11_2/solutions/solutions_generator.rb

Instance Method Summary collapse

Instance Method Details

#copy_app_treeObject



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