Sha256: 6d81775d5267a048a1c5b909dd572db21574dd2eeaa85ab4f9cda65ac580421f
Contents?: true
Size: 319 Bytes
Versions: 51
Compression:
Stored size: 319 Bytes
Contents
# frozen_string_literal: true module Spotlight ### # Calls the #set_default_thumbnail method # on the object passed in and calls save ### class DefaultThumbnailJob < Spotlight::ApplicationJob def perform(thumbnailable) thumbnailable.set_default_thumbnail thumbnailable.save end end end
Version data entries
51 entries across 51 versions & 1 rubygems