Flowdock
method

set_inheritance_column

Importance_0
v3.2.8 - Show latest stable - 0 notes - Class: ClassMethods
set_inheritance_column(value = nil, &block) 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 178
      def set_inheritance_column(value = nil, &block) #:nodoc:
        deprecated_property_setter :inheritance_column, value, block
      end
Register or log in to add new notes.