diff options
author | Matthew Draper <matthew@trebex.net> | 2017-02-21 05:33:32 +1030 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-21 05:33:32 +1030 |
commit | e9abbb700acd8165a8994d8b2a700e507fb3b7ff (patch) | |
tree | e622eca1290096e3cccd14d3813cf3537c256e56 /activesupport/lib | |
parent | eb41ac40cb05874863ce24f0c2547b191db1211c (diff) | |
parent | 5be10c793650f98b69a13aa3d291b5e9b9fda3ea (diff) | |
download | rails-e9abbb700acd8165a8994d8b2a700e507fb3b7ff.tar.gz rails-e9abbb700acd8165a8994d8b2a700e507fb3b7ff.tar.bz2 rails-e9abbb700acd8165a8994d8b2a700e507fb3b7ff.zip |
Merge pull request #27863 from robin850/api-improvements
Some improvements to the API site's sidebar
Diffstat (limited to 'activesupport/lib')
-rw-r--r-- | activesupport/lib/active_support/i18n_railtie.rb | 2 | ||||
-rw-r--r-- | activesupport/lib/active_support/xml_mini/libxml.rb | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/activesupport/lib/active_support/i18n_railtie.rb b/activesupport/lib/active_support/i18n_railtie.rb index b94368df14..b749913ee9 100644 --- a/activesupport/lib/active_support/i18n_railtie.rb +++ b/activesupport/lib/active_support/i18n_railtie.rb @@ -2,6 +2,8 @@ require "active_support" require "active_support/file_update_checker" require "active_support/core_ext/array/wrap" +# :enddoc: + module I18n class Railtie < Rails::Railtie config.i18n = ActiveSupport::OrderedOptions.new diff --git a/activesupport/lib/active_support/xml_mini/libxml.rb b/activesupport/lib/active_support/xml_mini/libxml.rb index 44b0bdb7dc..cde2967132 100644 --- a/activesupport/lib/active_support/xml_mini/libxml.rb +++ b/activesupport/lib/active_support/xml_mini/libxml.rb @@ -74,5 +74,7 @@ module LibXML #:nodoc: end end +# :enddoc: + LibXML::XML::Document.include(LibXML::Conversions::Document) LibXML::XML::Node.include(LibXML::Conversions::Node) |