Sha256: 5503aa471fc7002af318808eeeed1840c58d678915384ece4760e82f8efa62d8
Contents?: true
Size: 195 Bytes
Versions: 14
Compression:
Stored size: 195 Bytes
Contents
module Sufia module GenericFile module Featured extend ActiveSupport::Concern def featured? FeaturedWork.where(generic_file_id: id).exists? end end end end
Version data entries
14 entries across 14 versions & 2 rubygems