lib/chronicle/etl/models/entity.rb in chronicle-etl-0.5.2 vs lib/chronicle/etl/models/entity.rb in chronicle-etl-0.5.3
- old
+ new
@@ -8,10 +8,10 @@
ATTRIBUTES = [:title, :body, :provider_url, :represents, :slug, :myself, :metadata].freeze
# TODO: This desperately needs a validation system
ASSOCIATIONS = [
:involvements, # inverse of activity's `involved`
-
+ :analogous,
:attachments,
:abouts,
:aboutables, # inverse of above
:depicts,
:consumers,