Merge pull request #13162 from mkllnk/script-rails

Delete old, unused script/rails
This commit is contained in:
Gaetan Craig-Riou
2025-02-18 11:01:43 +11:00
committed by GitHub

View File

@@ -1,6 +0,0 @@
#!/usr/bin/env ruby
# This command will automatically be run when you run "rails" with Rails 3 gems installed from the root of your application.
APP_PATH = File.expand_path('../../config/application', __FILE__)
require_relative '../config/boot'
require 'rails/commands'