projects/manifest/src/foobara/manifest/model.rb in foobara-0.0.2 vs projects/manifest/src/foobara/manifest/model.rb in foobara-0.0.3

- old
+ new

@@ -13,9 +13,13 @@ def attribute_names attributes_type.attribute_names end + def full_model_name + scoped_full_name + end + # TODO: rename def has_associations?(type = attributes_type) case type when Entity true