From 2341cefd6fa2811a1af41f2068554738d7eebfc4 Mon Sep 17 00:00:00 2001 From: Marin Jankovski Date: Tue, 27 May 2014 17:14:41 +0200 Subject: Move from script to bin directory. --- script/rails | 6 ------ 1 file changed, 6 deletions(-) delete mode 100755 script/rails (limited to 'script/rails') diff --git a/script/rails b/script/rails deleted file mode 100755 index f8da2cffd4d..00000000000 --- 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 File.expand_path('../../config/boot', __FILE__) -require 'rails/commands' -- cgit v1.2.1