rails revision 10a1a78c4343d9159ffc248a0c6657ef7251a415
904N/A#!/usr/bin/env ruby
904N/A# This command will automatically be run when you run "rails" with Rails 3 gems installed from the root of your application.
904N/A
904N/AAPP_PATH = File.expand_path('../../config/application', __FILE__)
904N/Arequire File.expand_path('../../config/boot', __FILE__)
904N/Arequire 'rails/commands'
904N/A