Remove redundant SwfAsset relation

Huh, this is just in here twice? Weird. Goodbye!
This commit is contained in:
Emi Matchu 2024-07-01 17:20:05 -07:00
parent 3f38fbd1b0
commit 21a8a49f50

View file

@ -15,7 +15,6 @@ class SwfAsset < ApplicationRecord
belongs_to :zone
has_many :parent_swf_asset_relationships
has_one :contribution, :as => :contributed, :inverse_of => :contributed
has_many :parent_swf_asset_relationships
before_validation :normalize_manifest_url, if: :manifest_url?