Remove unused SwfAsset.from_wardrobe_link_params
This commit is contained in:
parent
9eaee4a2d4
commit
bc1f7152bf
1 changed files with 0 additions and 8 deletions
|
@ -320,14 +320,6 @@ class SwfAsset < ApplicationRecord
|
||||||
swf_asset
|
swf_asset
|
||||||
end
|
end
|
||||||
|
|
||||||
def self.from_wardrobe_link_params(ids)
|
|
||||||
where((
|
|
||||||
arel_table[:remote_id].in(ids[:biology]).and(arel_table[:type].eq('biology'))
|
|
||||||
).or(
|
|
||||||
arel_table[:remote_id].in(ids[:object]).and(arel_table[:type].eq('object'))
|
|
||||||
))
|
|
||||||
end
|
|
||||||
|
|
||||||
# Given a list of SWF assets, ensure all of their manifests are loaded, with
|
# Given a list of SWF assets, ensure all of their manifests are loaded, with
|
||||||
# fast concurrent execution!
|
# fast concurrent execution!
|
||||||
def self.preload_manifests(swf_assets)
|
def self.preload_manifests(swf_assets)
|
||||||
|
|
Loading…
Reference in a new issue