init
This commit is contained in:
commit
135b14c868
35 changed files with 1363 additions and 0 deletions
12
bin/rails
Normal file
12
bin/rails
Normal 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'])
|
||||
Reference in a new issue