Sha256: 63a54774d33a3674134cf436f5815cf87cbed620213b4714a2ed5dd85b69b43f

Contents?: true

Size: 354 Bytes

Versions: 1

Compression:

Stored size: 354 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
        copy_file "config.yml", "config/know_kit/settings.yml"
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
know_kit-0.0.6 lib/generators/know_kit/install_generator.rb