1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Ops. Rename performance to profiler.

This commit is contained in:
José Valim 2010-04-29 09:31:06 +02:00
parent 580dd3b052
commit 1bea5c755c

View file

@ -11,7 +11,7 @@ command = ARGV.shift
command = aliases[command] || command
case command
when 'generate', 'destroy', 'plugin', 'benchmarker', 'performance'
when 'generate', 'destroy', 'plugin', 'benchmarker', 'profiler'
require APP_PATH
Rails::Application.require_environment!
require "rails/commands/#{command}"