Sha256: b66fd59ddd88d8859c597fd7331ebea157352d49718f84c530c35e54653e4029
Contents?: true
Size: 353 Bytes
Versions: 2
Compression:
Stored size: 353 Bytes
Contents
module KnowKit module Generators class InstallGenerator < Rails::Generators::Base source_root File.expand_path("../templates", __FILE__) desc "This generator creates the default settings file at config/know_kit/" def copy_initializer_file template "config.yml", "config/know_kit/settings.yml" end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
know_kit-0.0.8 | lib/generators/know_kit/install_generator.rb |
know_kit-0.0.7 | lib/generators/know_kit/install_generator.rb |