From 6d87cd028b32570973450424db164e5405a0ee13 Mon Sep 17 00:00:00 2001
From: Xavier Noria <fxn@hashref.com>
Date: Sat, 17 Mar 2012 08:32:49 -0700
Subject: moves the guides up to the root directory

---
 guides/code/getting_started/script/rails | 6 ++++++
 1 file changed, 6 insertions(+)
 create mode 100755 guides/code/getting_started/script/rails

(limited to 'guides/code/getting_started/script/rails')

diff --git a/guides/code/getting_started/script/rails b/guides/code/getting_started/script/rails
new file mode 100755
index 0000000000..f8da2cffd4
--- /dev/null
+++ b/guides/code/getting_started/script/rails
@@ -0,0 +1,6 @@
+#!/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.3