aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/i18n_railtie.rb
diff options
context:
space:
mode:
authorMatthew Draper <matthew@trebex.net>2017-02-21 05:33:32 +1030
committerGitHub <noreply@github.com>2017-02-21 05:33:32 +1030
commite9abbb700acd8165a8994d8b2a700e507fb3b7ff (patch)
treee622eca1290096e3cccd14d3813cf3537c256e56 /activesupport/lib/active_support/i18n_railtie.rb
parenteb41ac40cb05874863ce24f0c2547b191db1211c (diff)
parent5be10c793650f98b69a13aa3d291b5e9b9fda3ea (diff)
downloadrails-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/active_support/i18n_railtie.rb')
-rw-r--r--activesupport/lib/active_support/i18n_railtie.rb2
1 files changed, 2 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