Sha256: 781dd2d1a013dc5ae5341a11bf186572564e77dff06e9bba19336cf9666ce61c
Contents?: true
Size: 211 Bytes
Versions: 8
Compression:
Stored size: 211 Bytes
Contents
yaml_path = Rails.root.join("config/redis/shared.yml") unless yaml_path.exist? say "Adding `config/redis/shared.yml`" empty_directory yaml_path.parent.to_s copy_file "#{__dir__}/shared.yml", yaml_path end
Version data entries
8 entries across 8 versions & 2 rubygems