houdini/bin/rails

7 lines
172 B
Text
Raw Normal View History

2018-11-09 00:29:00 +00:00
#!/usr/bin/env ruby
# frozen_string_literal: true
2019-02-01 17:54:16 +00:00
APP_PATH = File.expand_path('../config/application', __dir__)
2018-11-09 00:29:00 +00:00
require_relative '../config/boot'
require 'rails/commands'