Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

Commit

Permalink
Fixed rails command
Browse files Browse the repository at this point in the history
  • Loading branch information
pencil committed Jan 1, 2013
1 parent cc21274 commit 59fac8f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions script/rails
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#!/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'
ENGINE_ROOT = File.expand_path('../..', __FILE__)
ENGINE_PATH = File.expand_path('../../lib/casino/engine', __FILE__)

require 'rails/all'
require 'rails/engine/commands'

0 comments on commit 59fac8f

Please sign in to comment.