Skip to content

Commit

Permalink
Merge pull request #35831 from abhaynikam/35826-updated-doc-template-…
Browse files Browse the repository at this point in the history
…rawfile-after-35826

[ci skip] Updated the doc after renaming Template::File -> Template::RawFile in #35826
  • Loading branch information
kaspth committed Apr 2, 2019
2 parents 4525701 + b04656e commit 015bfd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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
Expand Down

0 comments on commit 015bfd1

Please sign in to comment.