Skip to content

Commit b04656e

Browse files
committed
[ci skip] Updated the doc after renaming Template::File -> Template::RawFile in rails#35826
1 parent 4525701 commit b04656e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actionview/lib/action_view/template/raw_file.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# frozen_string_literal: true
22

33
module ActionView #:nodoc:
4-
# = Action View File Template
4+
# = Action View RawFile Template
55
class Template #:nodoc:
66
class RawFile #:nodoc:
77
attr_accessor :type, :format

0 commit comments

Comments
 (0)