class Vegetable

Public Class Methods

inheritance_column() click to toggle source
# File activerecord/test/models/vegetables.rb, line 6
def self.inheritance_column
  "custom_type"
end