Ops. Rename performance to profiler.

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

View File

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