Skip to content

Commit

Permalink
Ops. Rename performance to profiler.
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Apr 29, 2010
1 parent 580dd3b commit 1bea5c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion railties/lib/rails/commands.rb
Expand Up @@ -11,7 +11,7 @@
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}"
Expand Down

0 comments on commit 1bea5c7

Please sign in to comment.