Remove #:nodoc: from partial renderer.

This commit is contained in:
José Valim 2011-12-07 19:16:14 +01:00
parent 12be0a5985
commit 30f0d7bac8

@ -205,7 +205,7 @@ module ActionView
# Deadline: <%= user.deadline %>
# <%- end -%>
# <% end %>
class PartialRenderer < AbstractRenderer #:nodoc:
class PartialRenderer < AbstractRenderer
PARTIAL_NAMES = Hash.new { |h,k| h[k] = {} }
def initialize(*)