lib/activefacts/persistence/reference.rb in activefacts-0.8.15 vs lib/activefacts/persistence/reference.rb in activefacts-0.8.16
- old
+ new
@@ -201,10 +201,10 @@
end
end
end
module Metamodel #:nodoc:
- class ObjectType
+ class ObjectType < Concept
# Say whether the independence of this object is still under consideration
# This is used in detecting dependency cycles, such as occurs in the Metamodel
attr_accessor :tentative #:nodoc:
attr_writer :is_table # The two ObjectType subclasses provide the attr_reader method