Sha256: 8c28946d16199a91388ec90f217969c6a011f37c838084740dbb6fbc438cbea7
Contents?: true
Size: 294 Bytes
Versions: 2
Compression:
Stored size: 294 Bytes
Contents
require 'rails/generators' module Cachers module Generators class InstallGenerator < Rails::Generators::Base source_root File.expand_path('../templates', __FILE__) def create_configuration_file copy_file 'redis.yml', 'config/redis.yml' end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
cachers-5.1.2 | lib/generators/cachers/install/install_generator.rb |
cachers-5.1.1 | lib/generators/cachers/install/install_generator.rb |