about summary refs log blame commit diff
path: root/bin/rails
blob: a31728ab9778f998cfcbce903d930e94ed287e3b (plain) (tree)
1
2
3
4
5
6





                                                             
#!/usr/bin/env ruby
# frozen_string_literal: true

APP_PATH = File.expand_path('../config/application', __dir__)
require_relative '../config/boot'
require 'rails/commands'