aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/abstract_controller/localized_cache.rb
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack/lib/abstract_controller/localized_cache.rb')
-rw-r--r--actionpack/lib/abstract_controller/localized_cache.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/abstract_controller/localized_cache.rb b/actionpack/lib/abstract_controller/localized_cache.rb
index bf648af60a..5e3efa002c 100644
--- a/actionpack/lib/abstract_controller/localized_cache.rb
+++ b/actionpack/lib/abstract_controller/localized_cache.rb
@@ -34,7 +34,7 @@ module AbstractController
end
end
- def render(options)
+ def render(*args)
Thread.current[:format_locale_key] = HashKey.get(self.class, formats, I18n.locale)
super
end