class method
self.replace_on_assign_to_many=
Ruby on Rails 7.1.6
Since v7.1.6 Last seen in v7.1.6Signature
self.replace_on_assign_to_many=(value)
No documentation comment.
Parameters
-
valuereq
Source
# File activestorage/lib/active_storage.rb, line 368
def self.replace_on_assign_to_many=(value)
ActiveStorage.deprecator.warn("config.active_storage.replace_on_assign_to_many is deprecated and has no effect.")
end
Defined in activestorage/lib/active_storage.rb line 368
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveStorage