Remove #:nodoc: from partial renderer.
This commit is contained in:
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(*)
|
||||
|
Loading…
Reference in New Issue
Block a user