From 9740a59aee7409168da249affa960d83ba74ce35 Mon Sep 17 00:00:00 2001 From: Yoshiyuki Hirano Date: Sun, 27 Aug 2017 09:12:19 +0900 Subject: Fix broken doc layout for action_view [ci skip] --- actionview/lib/action_view/template/types.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionview/lib/action_view/template/types.rb') diff --git a/actionview/lib/action_view/template/types.rb b/actionview/lib/action_view/template/types.rb index f0f37c9722..67b7a62de6 100644 --- a/actionview/lib/action_view/template/types.rb +++ b/actionview/lib/action_view/template/types.rb @@ -3,7 +3,7 @@ require "active_support/core_ext/module/attribute_accessors" module ActionView - class Template + class Template #:nodoc: class Types class Type SET = Struct.new(:symbols).new([ :html, :text, :js, :css, :xml, :json ]) -- cgit v1.2.3