Sha256: f8e1ff19e88e950b73b2633b65f8874f79b98839fdfe7a89079d8afc83f5be20
Contents?: true
Size: 408 Bytes
Versions: 2
Compression:
Stored size: 408 Bytes
Contents
require 'generators/helpers/file_helper' module Loopiator module Generators class LoopiatorGenerator < Rails::Generators::Base namespace "loopiator" source_root File.expand_path("../../templates", __FILE__) desc "Copies loopia.yml to the Rails app's config directory." def copy_config template "loopia.template.yml", "config/loopia.yml" end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
loopiator-0.2.0 | lib/generators/loopiator/loopiator_generator.rb |
loopiator-0.1.0 | lib/generators/loopiator/loopiator_generator.rb |