diff options
author | Vijay Dev <vijaydev.cse@gmail.com> | 2012-01-11 20:18:37 +0530 |
---|---|---|
committer | Vijay Dev <vijaydev.cse@gmail.com> | 2012-01-13 00:41:12 +0530 |
commit | 0119740d91b3190ed34633105f95168fcc7917d8 (patch) | |
tree | 4788bc8a07deb773d93e018e697d7ddd80c37730 /railties | |
parent | 8e064269616660181c7d011f74aa6410907a8548 (diff) | |
download | rails-0119740d91b3190ed34633105f95168fcc7917d8.tar.gz rails-0119740d91b3190ed34633105f95168fcc7917d8.tar.bz2 rails-0119740d91b3190ed34633105f95168fcc7917d8.zip |
fixes in api docs
Diffstat (limited to 'railties')
-rw-r--r-- | railties/lib/rails/commands/benchmarker.rb | 2 | ||||
-rw-r--r-- | railties/lib/rails/commands/profiler.rb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/railties/lib/rails/commands/benchmarker.rb b/railties/lib/rails/commands/benchmarker.rb index 6c52d0f70f..b745b45e17 100644 --- a/railties/lib/rails/commands/benchmarker.rb +++ b/railties/lib/rails/commands/benchmarker.rb @@ -21,7 +21,7 @@ def options options end -class BenchmarkerTest < ActionDispatch::PerformanceTest +class BenchmarkerTest < ActionDispatch::PerformanceTest #:nodoc: self.profile_options = options ARGV.each do |expression| diff --git a/railties/lib/rails/commands/profiler.rb b/railties/lib/rails/commands/profiler.rb index ea6347c918..3f6966b4f0 100644 --- a/railties/lib/rails/commands/profiler.rb +++ b/railties/lib/rails/commands/profiler.rb @@ -19,7 +19,7 @@ def options options end -class ProfilerTest < ActionDispatch::PerformanceTest +class ProfilerTest < ActionDispatch::PerformanceTest #:nodoc: self.profile_options = options ARGV.each do |expression| |