method

real_inheritance_column=

Importance_0
v8.1.1 - 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 328
      def real_inheritance_column=(value) # :nodoc:
        self._inheritance_column = value.to_s
      end
Register or log in to add new notes.