class DashOverlord::UseCases::V1::Videos::Import::FromPostgresToElasticSearch::DeleteElasticSearchBeeVideos

Public Instance Methods

perform() click to toggle source
# File lib/dash_overlord/use_cases/v1/videos/import/from_postgres_to_elastic_search/delete_elastic_search_records.rb, line 11
def perform
  DashOverlord::Models::V1::ElasticSearch::BeeVideo
    .by_dashboard('hhc')
    .delete_all
end