Method: ActiveStorage::Attached::Model#attachment_changes
- Defined in:
- activestorage/lib/active_storage/attached/model.rb
#attachment_changes ⇒ Object
:nodoc:
258 259 260 |
# File 'activestorage/lib/active_storage/attached/model.rb', line 258 def # :nodoc: @attachment_changes ||= {} end |