This commit is contained in:
Philipp Rothmann 2022-12-20 16:26:37 +01:00
commit 135b14c868
35 changed files with 1363 additions and 0 deletions

12
bin/rails Normal file
View file

@ -0,0 +1,12 @@
#!/usr/bin/env ruby
# This command will automatically be run when you run "rails" with Rails
# gems installed from the root of your application.
ENGINE_ROOT = File.expand_path('../..', __FILE__)
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('Gemfile', ENGINE_ROOT)
ENGINE_PATH = File.expand_path('lib/hitobito_lit/wagon', ENGINE_ROOT)
load File.expand_path('../../app_root.rb', __FILE__)
load File.expand_path('bin/rails', ENV['APP_ROOT'])