21
1
Fork 0
mirror of https://github.com/Evolix/chexpire.git synced 2024-05-05 02:05:09 +02:00
chexpire/bin/rails

6 lines
182 B
Plaintext
Raw Permalink Normal View History

2018-05-23 10:32:04 +02:00
#!/usr/bin/env ruby
2022-02-13 10:25:06 +01:00
load File.expand_path("spring", __dir__)
2018-05-23 10:32:04 +02:00
APP_PATH = File.expand_path('../config/application', __dir__)
2022-02-13 10:25:06 +01:00
require_relative "../config/boot"
require "rails/commands"