retrospring/bin/rails

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
141 B
Text
Raw Permalink Normal View History

2014-08-01 11:23:47 +02:00
#!/usr/bin/env ruby
2024-03-11 21:16:35 +01:00
APP_PATH = File.expand_path("../config/application", __dir__)
require_relative "../config/boot"
require "rails/commands"