aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/lib/action_view
diff options
context:
space:
mode:
authorAbhay Nikam <nikam.abhay1@gmail.com>2019-04-02 14:03:43 +0530
committerAbhay Nikam <nikam.abhay1@gmail.com>2019-04-02 14:03:43 +0530
commitb04656ecb2e9253fb906a638410425611c027507 (patch)
tree6711b0e1f6404e1b20344c805cb23e597ea47475 /actionview/lib/action_view
parent4525701c90b56aa3c70e08092f06a48187a2ea1d (diff)
downloadrails-b04656ecb2e9253fb906a638410425611c027507.tar.gz
rails-b04656ecb2e9253fb906a638410425611c027507.tar.bz2
rails-b04656ecb2e9253fb906a638410425611c027507.zip
[ci skip] Updated the doc after renaming Template::File -> Template::RawFile in #35826
Diffstat (limited to 'actionview/lib/action_view')
-rw-r--r--actionview/lib/action_view/template/raw_file.rb2
1 files changed, 1 insertions, 1 deletions
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