Class: RTM::AR::TMDM::Reifiable

Inherits:
Construct
  • Object
show all
Defined in:
lib/rtm/activerecord/tmdm.rb

Direct Known Subclasses

Role, ScopedObject, TopicMap

Class Method Summary collapse

Methods inherited from Construct

alias_ar_relation, belongs_to_parent, belongs_to_with_alias, has_many_with_alias, #move_to, this_is_a_typed_object, #topic_map

Methods included from Movable

#move_all

Class Method Details

.abstract_class?Boolean

Returns:

  • (Boolean)


89
90
91
# File 'lib/rtm/activerecord/tmdm.rb', line 89

def self.abstract_class?
  self == Reifiable
end