Remove redundant SwfAsset relation
Huh, this is just in here twice? Weird. Goodbye!
This commit is contained in:
parent
3f38fbd1b0
commit
21a8a49f50
1 changed files with 0 additions and 1 deletions
|
@ -15,7 +15,6 @@ class SwfAsset < ApplicationRecord
|
||||||
belongs_to :zone
|
belongs_to :zone
|
||||||
has_many :parent_swf_asset_relationships
|
has_many :parent_swf_asset_relationships
|
||||||
has_one :contribution, :as => :contributed, :inverse_of => :contributed
|
has_one :contribution, :as => :contributed, :inverse_of => :contributed
|
||||||
has_many :parent_swf_asset_relationships
|
|
||||||
|
|
||||||
before_validation :normalize_manifest_url, if: :manifest_url?
|
before_validation :normalize_manifest_url, if: :manifest_url?
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue