hitobito_lit/app_root.rb

6 lines
162 B
Ruby
Raw Permalink Normal View History

2022-12-20 16:26:37 +01:00
# encoding: utf-8
# frozen_string_literal: true
# define the root directory of the main application
ENV['APP_ROOT'] ||= File.expand_path('../hitobito', __dir__)