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