Sha256: e3e308ebac44dc851182eb787586745d1558a8e2c6cdefd5976dd687bc1dceda

Contents?: true

Size: 385 Bytes

Versions: 30

Compression:

Stored size: 385 Bytes

Contents

# frozen_string_literal: true

require 'avm/eac_webapp_base0/apache_path'
require 'eac_ruby_utils/core_ext'

module Avm
  module EacRailsBase0
    class ApachePath < ::Avm::EacWebappBase0::ApachePath
      def document_root
        ::File.join(super, 'public')
      end

      def extra_content
        template.child('extra_content.conf').apply(instance)
      end
    end
  end
end

Version data entries

30 entries across 30 versions & 1 rubygems

Version Path
avm-tools-0.113.1 lib/avm/eac_rails_base0/apache_path.rb
avm-tools-0.113.0 lib/avm/eac_rails_base0/apache_path.rb
avm-tools-0.112.0 lib/avm/eac_rails_base0/apache_path.rb
avm-tools-0.111.0 lib/avm/eac_rails_base0/apache_path.rb
avm-tools-0.110.0 lib/avm/eac_rails_base0/apache_path.rb
avm-tools-0.109.1 lib/avm/eac_rails_base0/apache_path.rb
avm-tools-0.109.0 lib/avm/eac_rails_base0/apache_path.rb
avm-tools-0.108.0 lib/avm/eac_rails_base0/apache_path.rb
avm-tools-0.107.0 lib/avm/eac_rails_base0/apache_path.rb
avm-tools-0.106.0 lib/avm/eac_rails_base0/apache_path.rb
avm-tools-0.105.0 lib/avm/eac_rails_base0/apache_path.rb
avm-tools-0.104.0 lib/avm/eac_rails_base0/apache_path.rb
avm-tools-0.103.1 lib/avm/eac_rails_base0/apache_path.rb
avm-tools-0.103.0 lib/avm/eac_rails_base0/apache_path.rb
avm-tools-0.102.2 lib/avm/eac_rails_base0/apache_path.rb
avm-tools-0.102.1 lib/avm/eac_rails_base0/apache_path.rb
avm-tools-0.102.0 lib/avm/eac_rails_base0/apache_path.rb
avm-tools-0.101.0 lib/avm/eac_rails_base0/apache_path.rb
avm-tools-0.100.0 lib/avm/eac_rails_base0/apache_path.rb
avm-tools-0.99.1 lib/avm/eac_rails_base0/apache_path.rb