EvoBal/bin/rails

6 lines
182 B
Plaintext
Raw Normal View History

2020-10-17 12:16:28 +02:00
#!/usr/bin/env ruby
2021-02-07 16:46:01 +01:00
load File.expand_path("spring", __dir__)
2020-10-17 12:16:28 +02:00
APP_PATH = File.expand_path('../config/application', __dir__)
2021-02-07 16:46:01 +01:00
require_relative "../config/boot"
require "rails/commands"