Sha256: ad4f661b4a37f0ec8757d4cbd151c978bff666f0f0046dec5d70b29886cec9cb
Contents?: true
Size: 364 Bytes
Versions: 11
Compression:
Stored size: 364 Bytes
Contents
module Ecm module Downloads module Generators class InstallGenerator < Rails::Generators::Base desc "Generates the intializer" source_root File.expand_path('../templates', __FILE__) def generate_intializer copy_file "ecm_downloads.rb", "config/initializers/ecm_downloads.rb" end end end end end
Version data entries
11 entries across 11 versions & 2 rubygems