diff options
author | Avner Cohen <israbirding@gmail.com> | 2013-08-06 20:43:02 +0300 |
---|---|---|
committer | Avner Cohen <israbirding@gmail.com> | 2013-08-06 21:20:33 +0300 |
commit | 157dc275da0ad38635337b7c1d96de656d91de8e (patch) | |
tree | 94f61f4e27976ad3df3cf3c5b6b24ed9330d81d0 /activesupport | |
parent | c17a9b55785cd7e4a2f7849e4ed21d2b19a06eb3 (diff) | |
download | rails-157dc275da0ad38635337b7c1d96de656d91de8e.tar.gz rails-157dc275da0ad38635337b7c1d96de656d91de8e.tar.bz2 rails-157dc275da0ad38635337b7c1d96de656d91de8e.zip |
Removing obsolete html tags in favor of markdown code block.
Diffstat (limited to 'activesupport')
-rw-r--r-- | activesupport/lib/active_support/xml_mini.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/xml_mini.rb b/activesupport/lib/active_support/xml_mini.rb index d082a0a499..4133ba68e1 100644 --- a/activesupport/lib/active_support/xml_mini.rb +++ b/activesupport/lib/active_support/xml_mini.rb @@ -13,7 +13,7 @@ module ActiveSupport extend self # This module decorates files deserialized using Hash.from_xml with - # the <tt>original_filename</tt> and <tt>content_type</tt> methods. + # the `original_filename` and `content_type` methods. module FileLike #:nodoc: attr_writer :original_filename, :content_type |