mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
[ci skip] Updated the doc after renaming Template::File -> Template::RawFile in #35826
This commit is contained in:
parent
4525701c90
commit
b04656ecb2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue