报错内容:Please provide the :host parameter, set default_url_options[:host], or set :only_path to true 没找着在哪里设置 default_url_options
这个方法对 local storage 不太友好,用这个方法:
Rails.application.routes.url_helpers.rails_blob_path(user.avatar, only_path: true)
https://guides.rubyonrails.org/active_storage_overview.html#linking-to-files
谢谢!