method

write_attachment

rails latest stable - Class: ActiveStorage::Attached::One

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v6.1.7.7) is shown here.

write_attachment(attachment)
private

No documentation available.

# File activestorage/lib/active_storage/attached/one.rb, line 76
      def write_attachment(attachment)
        record.public_send("#{name}_attachment=", attachment)
      end