Flowdock
method

custom_inspect_method_defined?

Importance_0
v4.2.7 - Show latest stable - 0 notes - Class: Core
custom_inspect_method_defined?() private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activerecord/lib/active_record/core.rb, line 575
    def custom_inspect_method_defined?
      self.class.instance_method(:inspect).owner != ActiveRecord::Base.instance_method(:inspect).owner
    end
Register or log in to add new notes.