Skip to content
Snippets Groups Projects
Commit 59fac8f3 authored by Nils Caspar's avatar Nils Caspar
Browse files

Fixed rails command

parent cc21274b
Branches
Tags
No related merge requests found
#!/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% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment