We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fbaf50f + 91ae9df commit 90216abCopy full SHA for 90216ab
actionview/lib/action_view/base.rb
@@ -191,12 +191,8 @@ def with_empty_template_cache # :nodoc:
191
define_method(:compiled_method_container) { subclass }
192
define_singleton_method(:compiled_method_container) { subclass }
193
194
- def self.name
195
- superclass.name
196
- end
197
-
198
def inspect
199
- "#<#{self.class.name}:#{'%#016x' % (object_id << 1)}>"
+ "#<ActionView::Base:#{'%#016x' % (object_id << 1)}>"
200
end
201
}
202
0 commit comments