Sha256: 83ae026b5bd82ebb4a35b0c5a431dd965ffd7693df8a8367176a1f2b5c212cf0
Contents?: true
Size: 311 Bytes
Versions: 4
Compression:
Stored size: 311 Bytes
Contents
module YamlConf module Generators class InstallGenerator < Rails::Generators::Base source_root File.expand_path("../templates", __FILE__) # all public methods in here will be run in order def add_config_file template "config.yml", "config/config.yml" end end end end
Version data entries
4 entries across 4 versions & 1 rubygems