Class: UsefullTable::InstallGenerator

Inherits:
Rails::Generators::Base
  • Object
show all
Defined in:
lib/generators/usefull_table/install/install_generator.rb

Instance Method Summary collapse

Instance Method Details

#copy_configObject



7
8
9
# File 'lib/generators/usefull_table/install/install_generator.rb', line 7

def copy_config
  directory "config"
end

#copy_publicObject



11
12
13
# File 'lib/generators/usefull_table/install/install_generator.rb', line 11

def copy_public
  directory "public"
end