Sha256: ea576ba25c05f49ad67e8a39b3cb01ce943b64fd8d5fb35889d70347abc9a353
Contents?: true
Size: 386 Bytes
Versions: 1
Compression:
Stored size: 386 Bytes
Contents
module Ecm module References module Generators class InstallGenerator < Rails::Generators::Base desc "Generates the intializer" source_root File.expand_path('../templates', __FILE__) def generate_intializer copy_file "ecm_references.rb", "config/initializers/ecm_references.rb" end end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ecm_references-0.0.1.pre | lib/generators/ecm/references/install/install_generator.rb |