6 lines
162 B
Ruby
6 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__)
|