Class: Transloadit::Generators::InstallGenerator

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

Instance Method Summary collapse

Instance Method Details

#copy_configurationObject



9
10
11
# File 'lib/generators/transloadit/install_generator.rb', line 9

def copy_configuration
  template 'transloadit.yml', 'config/transloadit.yml'
end