class Chapter08_09::Generators::SolutionsGenerator

Public Instance Methods

copy_app_tree() click to toggle source
# File lib/generators/chapter08_09/solutions/solutions_generator.rb, line 6
def copy_app_tree
  directory(self.class.source_root, Rails.root)
end