active_storage_db
active_storage_db copied to clipboard
Fix current url_options without a port (default port)
If no port is specified on ActiveStorage::Current.url_options current_host would return nil instead of "http://example.com"
Also: please rebase your PR, the tests should work then.
Rebased