Flowdock
method

inheritance_column_name

Importance_0
v6.1.3.1 - Show latest stable - 0 notes - Class: ModelMetadata
inheritance_column_name() 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/fixture_set/model_metadata.rb, line 27
      def inheritance_column_name
        @inheritance_column_name ||= @model_class && @model_class.inheritance_column
      end
Register or log in to add new notes.