From b04656ecb2e9253fb906a638410425611c027507 Mon Sep 17 00:00:00 2001 From: Abhay Nikam Date: Tue, 2 Apr 2019 14:03:43 +0530 Subject: [ci skip] Updated the doc after renaming Template::File -> Template::RawFile in #35826 --- actionview/lib/action_view/template/raw_file.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionview/lib') diff --git a/actionview/lib/action_view/template/raw_file.rb b/actionview/lib/action_view/template/raw_file.rb index 61818ba52f..623351305f 100644 --- a/actionview/lib/action_view/template/raw_file.rb +++ b/actionview/lib/action_view/template/raw_file.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true module ActionView #:nodoc: - # = Action View File Template + # = Action View RawFile Template class Template #:nodoc: class RawFile #:nodoc: attr_accessor :type, :format -- cgit v1.2.3