Method: ActiveRecord::Inheritance::ClassMethods#abstract_class?
- Defined in:
- activerecord/lib/active_record/inheritance.rb
#abstract_class? ⇒ Boolean
Returns whether this class is an abstract class or not.
167 168 169 |
# File 'activerecord/lib/active_record/inheritance.rb', line 167 def abstract_class? @abstract_class == true end |