Class: Alchemy::Attachment::S3Url

Inherits:
Url
  • Object
show all
Defined in:
app/models/alchemy/attachment/s3_url.rb

Instance Method Summary collapse

Instance Method Details

#callObject



6
7
8
# File 'app/models/alchemy/attachment/s3_url.rb', line 6

def call(*)
  @attachment.file.remote_url
end