Module: I18n::Backend::LazyReloading
- Defined in:
- lib/i18n/backend/lazy_reloading.rb
Instance Method Summary collapse
Instance Method Details
#reload! ⇒ Object
10 11 12 |
# File 'lib/i18n/backend/lazy_reloading.rb', line 10 def reload! flush_translations if stale? end |