From ef98e4e38457c9dbc5d8810d01f4e6ba32050d69 Mon Sep 17 00:00:00 2001 From: Maikel Linke Date: Mon, 17 Feb 2025 12:25:59 +1100 Subject: [PATCH] Delete old, unused script --- script/rails | 6 ------ 1 file changed, 6 deletions(-) delete mode 100755 script/rails diff --git a/script/rails b/script/rails deleted file mode 100755 index dc40bb7e84..0000000000 --- a/script/rails +++ /dev/null @@ -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'