Flowdock
method

inheritance_column_name

Importance_0
v4.0.2 - Show latest stable - 0 notes - Class: FixtureSet
inheritance_column_name() private

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/fixtures.rb, line 633
      def inheritance_column_name
        @inheritance_column_name ||= model_class && model_class.inheritance_column
      end
Register or log in to add new notes.