Sha256: af475907b8420c67881bb97d1930eaf10684c383f2c00c9b6c76eeba49e17074
Contents?: true
Size: 381 Bytes
Versions: 56
Compression:
Stored size: 381 Bytes
Contents
module Cmor module Carousels 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_carousels.rb" end end end end end
Version data entries
56 entries across 56 versions & 1 rubygems