aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/render/rendering.rb
diff options
context:
space:
mode:
authorRizwan Reza <rizwanreza@gmail.com>2010-06-21 00:56:31 +0430
committerRizwan Reza <rizwanreza@gmail.com>2010-06-21 00:56:31 +0430
commitab7830d66cf69316142a6cda847756faa73f8cd5 (patch)
tree3a42397d85190ea397496f5924aaff630ffee9e6 /actionpack/lib/action_view/render/rendering.rb
parent96b927d9db6d5627d39a5e3c51736c10f833f88f (diff)
downloadrails-ab7830d66cf69316142a6cda847756faa73f8cd5.tar.gz
rails-ab7830d66cf69316142a6cda847756faa73f8cd5.tar.bz2
rails-ab7830d66cf69316142a6cda847756faa73f8cd5.zip
Final touches and fixes.
Diffstat (limited to 'actionpack/lib/action_view/render/rendering.rb')
-rw-r--r--actionpack/lib/action_view/render/rendering.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_view/render/rendering.rb b/actionpack/lib/action_view/render/rendering.rb
index cb39621d6b..5320245173 100644
--- a/actionpack/lib/action_view/render/rendering.rb
+++ b/actionpack/lib/action_view/render/rendering.rb
@@ -1,7 +1,7 @@
require 'active_support/core_ext/object/try'
module ActionView
- # Action View Rendering
+ # = Action View Rendering
module Rendering
# Returns the result of a render that's dictated by the options hash. The primary options are:
#