Skip to content

Commit bda636c

Browse files
committed
Merge pull request coderwall#126 from seuros/mongo_grave
[Fix] script/rails
2 parents 6e71083 + 3ffb65f commit bda636c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

script/rails

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#!/usr/bin/env ruby
2+
# This command will automatically be run when you run "rails" with Rails 3 gems installed from the root of your application.
3+
4+
APP_PATH = File.expand_path('../../config/application', __FILE__)
5+
require File.expand_path('../../config/boot', __FILE__)
6+
require 'rails/commands'

script/rails.rb

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)