Skip to content

Commit

Permalink
Update service.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
ishanray committed Jun 24, 2018
1 parent ee708cf commit d3715e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activestorage/lib/active_storage/service.rb
Expand Up @@ -90,7 +90,7 @@ def exist?(key)
end

# Returns a signed, temporary URL for the file at the +key+. The URL will be valid for the amount
# of seconds specified in +expires_in+. You most also provide the +disposition+ (+:inline+ or +:attachment+),
# of seconds specified in +expires_in+. You must also provide the +disposition+ (+:inline+ or +:attachment+),
# +filename+, and +content_type+ that you wish the file to be served with on request.
def url(key, expires_in:, disposition:, filename:, content_type:)
raise NotImplementedError
Expand Down

0 comments on commit d3715e6

Please sign in to comment.