method

real_inheritance_column=

Importance_0
v7.1.3.2 - Show latest stable - 0 notes - Class: ClassMethods
real_inheritance_column=(value) public

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/model_schema.rb, line 321
      def real_inheritance_column=(value) # :nodoc:
        self._inheritance_column = value.to_s
      end
Register or log in to add new notes.