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 /Users/nshb/svn/svn.inimit.com/railsmanual.com/www/trunk/src/rails-1.2.4/activerecord/lib/active_record/base.rb, line 984 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.