Sha256: eaeb8cde3338bf7e4eeb454dc732e05af476537749e6e2c1b1ec5726f1fb04e5
Contents?: true
Size: 365 Bytes
Versions: 13
Compression:
Stored size: 365 Bytes
Contents
class UploadcareConfigGenerator < Rails::Generators::Base desc "This generator creates an uploadcare config file your_app/config/uploadcare.yml" source_root File.expand_path("../templates", __FILE__) def create_config_file copy_file "uploadcare_config_template.yml", "config/uploadcare.yml"#create_file "config/uploadcare.yml", config_template end end
Version data entries
13 entries across 13 versions & 1 rubygems