Sha256: 1523d76a122ee6ebe3b6c106a04a6c41434e4375c75912e4b52b4e3197f7e4b7
Contents?: true
Size: 387 Bytes
Versions: 50
Compression:
Stored size: 387 Bytes
Contents
module Cmor module Testimonials module Generators class InstallGenerator < Rails::Generators::Base desc "Generates the initializer" source_root File.expand_path('../templates', __FILE__) def generate_intializer copy_file "initializer.rb", "config/initializers/cmor_testimonials.rb" end end end end end
Version data entries
50 entries across 50 versions & 1 rubygems