class VoxalityCore::Generators::InitGenerator

Public Instance Methods

copy_files_from_templates() click to toggle source
# File lib/generators/voxality_core/init_generator.rb, line 10
def copy_files_from_templates
   directory 'app', 'app', recursive: true
end