Class: Avm::EacRailsBase0::ApachePath

Inherits:
Avm::EacWebappBase0::ApachePath show all
Defined in:
lib/avm/eac_rails_base0/apache_path.rb

Constant Summary

Constants inherited from Avm::EacWebappBase0::ApachePath

Avm::EacWebappBase0::ApachePath::JOBS

Instance Method Summary collapse

Methods inherited from Avm::EacWebappBase0::ApachePath

#content

Instance Method Details

#document_rootObject



9
10
11
# File 'lib/avm/eac_rails_base0/apache_path.rb', line 9

def document_root
  ::File.join(super, 'public')
end

#extra_contentObject



13
14
15
# File 'lib/avm/eac_rails_base0/apache_path.rb', line 13

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