Flowdock
method

service_url

Importance_2
v6.0.0 - Show latest stable - 0 notes - Class: Variant
service_url(expires_in: ActiveStorage.service_urls_expire_in, disposition: :inline) public

Returns the URL of the variant on the service. This URL is intended to be short-lived for security and not used directly with users. Instead, the service_url should only be exposed as a redirect from a stable, possibly authenticated URL. Hiding the service_url behind a redirect also gives you the power to change services without updating all URLs. And it allows permanent URLs that redirect to the service_url to be cached in the view.

Use url_for(variant) (or the implied form, like +link_to variant+ or +redirect_to variant+) to get the stable URL for a variant that points to the ActiveStorage::RepresentationsController, which in turn will use this service_call method for its redirection.

Show source
Register or log in to add new notes.