2010-03-08 08:04:05 +00:00
|
|
|
#!/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.
|
|
|
|
|
2011-04-13 10:19:51 +00:00
|
|
|
APP_PATH = File.expand_path('../../config/application', __FILE__)
|
|
|
|
require File.expand_path('../../config/boot', __FILE__)
|
2010-03-08 08:04:05 +00:00
|
|
|
require 'rails/commands'
|