aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/base.rb
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack/lib/action_view/base.rb')
-rw-r--r--actionpack/lib/action_view/base.rb6
1 files changed, 1 insertions, 5 deletions
diff --git a/actionpack/lib/action_view/base.rb b/actionpack/lib/action_view/base.rb
index 22bc390dc5..5acd2a8b82 100644
--- a/actionpack/lib/action_view/base.rb
+++ b/actionpack/lib/action_view/base.rb
@@ -263,11 +263,7 @@ module ActionView #:nodoc:
attr_internal :controller, :template, :config
attr_reader :template_lookup
- delegate :find, :view_paths, :view_paths=, :to => :template_lookup
-
- def formats=(formats)
- update_details(:formats => Array(formats))
- end
+ delegate :find, :formats, :formats=, :view_paths, :view_paths=, :to => :template_lookup
def update_details(details)
old_details = template_lookup.details