module Shrine::Plugins::CachedAttachmentData::AttacherMethods
Public Instance Methods
Source
# File lib/shrine/plugins/cached_attachment_data.rb 18 def cached_data 19 file.to_json if cached? && changed? 20 end
# File lib/shrine/plugins/cached_attachment_data.rb 18 def cached_data 19 file.to_json if cached? && changed? 20 end