Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v6.1.7.7) is shown here.
inheritance_column=(value)
public
# File activerecord/lib/active_record/model_schema.rb, line 283
def inheritance_column=(value)
@inheritance_column = value.to_s
@explicit_inheritance_column = true
end