Files
old-holivud2/app/models/main_photo.rb

7 lines
188 B
Ruby
Raw Normal View History

2020-05-31 22:38:19 +02:00
# A class that allows a single item from a collection of attachments to function as a single attachment
class MainPhoto < SimpleDelegator
def attached?
__getobj__.present?
end
end