Class: ImageCache

Inherits:
ApplicationRecord
  • Object
show all
Defined in:
app/models/image_cache.rb

Instance Method Summary collapse

Instance Method Details

#urlObject



8
9
10
# File 'app/models/image_cache.rb', line 8

def url
  Studio::S3.url(key: s3_key)
end