Skip to content

Commit 015bfd1

Browse files
authored
Merge pull request rails#35831 from abhaynikam/35826-updated-doc-template-rawfile-after-35826
[ci skip] Updated the doc after renaming Template::File -> Template::RawFile in rails#35826
2 parents 4525701 + b04656e commit 015bfd1

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)