method
host=
v7.0.0 -
Show latest stable
- Class:
ActiveStorage::Current
host=(host)public
No documentation available.
# File activestorage/app/models/active_storage/current.rb, line 6
def host=(host)
ActiveSupport::Deprecation.warn("ActiveStorage::Current.host= is deprecated, instead use ActiveStorage::Current.url_options=")
self.url_options = { host: host }
end