# File lib/active_record/base.rb, line 1109 def set_inheritance_column(value = nil, &block) define_attr_method :inheritance_column, value, &block end