aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller
diff options
context:
space:
mode:
authorNeeraj Singh <neerajdotname@gmail.com>2010-06-15 00:46:44 -0400
committerNeeraj Singh <neerajdotname@gmail.com>2010-06-15 00:46:44 -0400
commit5e60e6571384a809598f3118fdc02dac1fd9d7b8 (patch)
tree3cfccbc36f0133124181ab965480a1352d86ca79 /actionpack/lib/action_controller
parent51a9703b1e80caa30d699f30615f023079874623 (diff)
parent1a50cc31639f35fd82a4a24821b9fc49dc7eadc9 (diff)
downloadrails-5e60e6571384a809598f3118fdc02dac1fd9d7b8.tar.gz
rails-5e60e6571384a809598f3118fdc02dac1fd9d7b8.tar.bz2
rails-5e60e6571384a809598f3118fdc02dac1fd9d7b8.zip
Merge branch 'master' of github.com:lifo/docrails
Diffstat (limited to 'actionpack/lib/action_controller')
-rw-r--r--actionpack/lib/action_controller/metal/instrumentation.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_controller/metal/instrumentation.rb b/actionpack/lib/action_controller/metal/instrumentation.rb
index ba38b186d6..b2c119d7e4 100644
--- a/actionpack/lib/action_controller/metal/instrumentation.rb
+++ b/actionpack/lib/action_controller/metal/instrumentation.rb
@@ -2,7 +2,7 @@ require 'abstract_controller/logger'
module ActionController
# Adds instrumentation to several ends in ActionController::Base. It also provides
- # some hooks related with process_action, this allows an ORM like ActiveRecord
+ # some hooks related with process_action, this allows an ORM like Active Record
# and/or DataMapper to plug in ActionController and show related information.
#
# Check ActiveRecord::Railties::ControllerRuntime for an example.