Sha256: 2b58113390e05b75ed2abcc49e6d434fb9d2d52fd15882819788abc2f6d0826b

Contents?: true

Size: 312 Bytes

Versions: 3

Compression:

Stored size: 312 Bytes

Contents

require File.join(File.dirname(__FILE__), "base")

module Wellcar
  module Templates
    class EnvProductionWeb < Base
      def initialize(master_key)
        super ".env/production/web"
        with_template "env_production_web.erb"
        with_attributes master_key: master_key 
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
wellcar-0.0.3 lib/wellcar/templates/env_production_web.rb
wellcar-0.0.2 lib/wellcar/templates/env_production_web.rb
wellcar-0.0.1 lib/wellcar/templates/env_production_web.rb