aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/lookup_context.rb
diff options
context:
space:
mode:
authorRizwan Reza <rizwanreza@gmail.com>2010-06-16 22:57:50 +0430
committerRizwan Reza <rizwanreza@gmail.com>2010-06-16 22:57:50 +0430
commitf09736bc0f726483e9de4288b2449f3b2f3b76ab (patch)
tree6cc32dbce395cd9ee55e7147d69c4a8c5f283c02 /actionpack/lib/action_view/lookup_context.rb
parent324de1993bf507a31025db3dc787f63b2152b4f5 (diff)
downloadrails-f09736bc0f726483e9de4288b2449f3b2f3b76ab.tar.gz
rails-f09736bc0f726483e9de4288b2449f3b2f3b76ab.tar.bz2
rails-f09736bc0f726483e9de4288b2449f3b2f3b76ab.zip
Added title to some other files in actionpack/lib/action_view
Diffstat (limited to 'actionpack/lib/action_view/lookup_context.rb')
-rw-r--r--actionpack/lib/action_view/lookup_context.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/actionpack/lib/action_view/lookup_context.rb b/actionpack/lib/action_view/lookup_context.rb
index 823226cb9c..3ea8b86af1 100644
--- a/actionpack/lib/action_view/lookup_context.rb
+++ b/actionpack/lib/action_view/lookup_context.rb
@@ -2,6 +2,8 @@ require 'active_support/core_ext/array/wrap'
require 'active_support/core_ext/object/blank'
module ActionView
+ # = Action View Lookup Context
+ #
# LookupContext is the object responsible to hold all information required to lookup
# templates, i.e. view paths and details. The LookupContext is also responsible to
# generate a key, given to view paths, used in the resolver cache lookup. Since