diff options
Diffstat (limited to 'railties')
-rw-r--r-- | railties/lib/commands/perform.rb | 2 | ||||
-rw-r--r-- | railties/lib/commands/perform/benchmarker (renamed from railties/lib/commands/perfom/benchmarker) | 0 | ||||
-rw-r--r-- | railties/lib/commands/perform/profiler (renamed from railties/lib/commands/perfom/profiler) | 0 |
3 files changed, 1 insertions, 1 deletions
diff --git a/railties/lib/commands/perform.rb b/railties/lib/commands/perform.rb index 6c09565896..0cc04f2c87 100644 --- a/railties/lib/commands/perform.rb +++ b/railties/lib/commands/perform.rb @@ -1,5 +1,5 @@ if %w( benchmarker profiler ).include?(ARGV.first) - require "#{File.dirname(__FILE__)}/process/#{ARGV.shift}" + require "#{File.dirname(__FILE__)}/perform/#{ARGV.shift}" else puts "Choose either benchmarker or profiler" end
\ No newline at end of file diff --git a/railties/lib/commands/perfom/benchmarker b/railties/lib/commands/perform/benchmarker index b07ddcfcb2..b07ddcfcb2 100644 --- a/railties/lib/commands/perfom/benchmarker +++ b/railties/lib/commands/perform/benchmarker diff --git a/railties/lib/commands/perfom/profiler b/railties/lib/commands/perform/profiler index d84c8b739f..d84c8b739f 100644 --- a/railties/lib/commands/perfom/profiler +++ b/railties/lib/commands/perform/profiler |