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:
parent
580dd3b052
commit
1bea5c755c
1 changed files with 1 additions and 1 deletions
|
@ -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}"
|
||||
|
|
Loading…
Reference in a new issue