Actually, revert previous commit. Having a lot of information is better than having no information at all.

This commit is contained in:
José Valim
2010-03-05 15:49:36 +01:00
parent 80715cee73
commit 7d4d97e22a

View File

@@ -18,11 +18,9 @@ module ActionView
end
end
register_detail(:locale) { [I18n.locale] }
register_detail(:formats) { Mime::SET.symbols }
register_detail(:handlers) do
Template::Handlers.extensions
end
register_detail(:locale) { [I18n.locale] }
register_detail(:formats) { Mime::SET.symbols }
register_detail(:handlers) { Template::Handlers.extensions }
def initialize(options = {})
@cache = options[:cache]
@@ -43,10 +41,6 @@ module ActionView
end
end
def to_s
self.class.name
end
private
# This is what child classes implement. No defaults are needed