Module: Hyrax::Works::Trophies

Extended by:
ActiveSupport::Concern
Included in:
Hyrax::WorkBehavior
Defined in:
app/models/concerns/hyrax/works/trophies.rb

Instance Method Summary collapse

Instance Method Details

#cleanup_trophiesObject



8
9
10
# File 'app/models/concerns/hyrax/works/trophies.rb', line 8

def cleanup_trophies
  Trophy.where(work_id: id).destroy_all
end