hitobito_lit/app_root.rb
Philipp Rothmann 135b14c868 init
2022-12-20 16:26:37 +01:00

5 lines
162 B
Ruby

# encoding: utf-8
# frozen_string_literal: true
# define the root directory of the main application
ENV['APP_ROOT'] ||= File.expand_path('../hitobito', __dir__)