Sha256: 0693ab96ac869b190e693263ecb453d177692cf07cd643c82ba8971133c70aa8
Contents?: true
Size: 200 Bytes
Versions: 1
Compression:
Stored size: 200 Bytes
Contents
# frozen_string_literal: true module Schienenzeppelin module AddOns class Dotenv < AddOn def apply template '.env.development.erb', '.env.development' end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
schienenzeppelin-0.2 | lib/schienenzeppelin/addons/dotenv.rb |