Sha256: 1fc66db881b739399b33c98993db0df625f52bf159c599dabee0bfb3a2baa6ed
Contents?: true
Size: 386 Bytes
Versions: 7
Compression:
Stored size: 386 Bytes
Contents
module Balloon module Generators class ConfigGenerator < Rails::Generators::Base desc "create the Balloon configuration at config/balloon.yml" def self.source_root @source_root ||= File.expand_path("../templates", __FILE__) end def create_config_file template 'balloon.yml', File.join('config', 'balloon.yml') end end end end
Version data entries
7 entries across 7 versions & 1 rubygems