mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
reformatting sentence
This commit is contained in:
parent
cf5c2bacb0
commit
8f638d8cc1
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ module ActiveSupport
|
||||||
module XmlMini
|
module XmlMini
|
||||||
extend self
|
extend self
|
||||||
|
|
||||||
# This module exists to decorate files deserialized using Hash.from_xml with
|
# This module decorates files deserialized using Hash.from_xml with
|
||||||
# the <tt>original_filename</tt> and <tt>content_type</tt> methods.
|
# the <tt>original_filename</tt> and <tt>content_type</tt> methods.
|
||||||
module FileLike #:nodoc:
|
module FileLike #:nodoc:
|
||||||
attr_writer :original_filename, :content_type
|
attr_writer :original_filename, :content_type
|
||||||
|
|
Loading…
Reference in a new issue