method

set_inheritance_column

rails latest stable - Class: ActiveRecord::ModelSchema::ClassMethods

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v3.2.13) is shown here.

set_inheritance_column(value = nil, &block)
public

No documentation available.

# File activerecord/lib/active_record/model_schema.rb, line 178
      def set_inheritance_column(value = nil, &block) #:nodoc:
        deprecated_property_setter :inheritance_column, value, block
      end