Returns whether this class is a base AR class. If A is a base class and B descends from A, then B.base_class will return B.
# File src/rails-1.1.0/activerecord/lib/active_record/base.rb, line 911 def abstract_class? abstract_class == true end
Returns whether this class is a base AR class. If A is a base class and B descends from A, then B.base_class will return B.