aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/i18n_railtie.rb
diff options
context:
space:
mode:
authorsuchasurge <frank@heidjer.info>2011-03-06 10:26:24 +0100
committersuchasurge <frank@heidjer.info>2011-03-06 10:26:24 +0100
commit9b96de6f3dfa31695c2fc27919e2989a98f6899d (patch)
tree4e3b9d6124af835355d7078de54c29921f392d3c /activesupport/lib/active_support/i18n_railtie.rb
parentac59a2a1d67aca74895ceddbc709a467c572144b (diff)
downloadrails-9b96de6f3dfa31695c2fc27919e2989a98f6899d.tar.gz
rails-9b96de6f3dfa31695c2fc27919e2989a98f6899d.tar.bz2
rails-9b96de6f3dfa31695c2fc27919e2989a98f6899d.zip
Some style changes
Diffstat (limited to 'activesupport/lib/active_support/i18n_railtie.rb')
-rw-r--r--activesupport/lib/active_support/i18n_railtie.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/i18n_railtie.rb b/activesupport/lib/active_support/i18n_railtie.rb
index 4a9ee5a769..a25e951080 100644
--- a/activesupport/lib/active_support/i18n_railtie.rb
+++ b/activesupport/lib/active_support/i18n_railtie.rb
@@ -14,7 +14,7 @@ module I18n
@reloader ||= ActiveSupport::FileUpdateChecker.new([]){ I18n.reload! }
end
- # Add I18n::Railtie.reloader to ActionDispatch callbacks. Since, at this
+ # Add <tt>I18n::Railtie.reloader</tt> to ActionDispatch callbacks. Since, at this
# point, no path was added to the reloader, I18n.reload! is not triggered
# on to_prepare callbacks. This will only happen on the config.after_initialize
# callback below.