Flowdock
method

write_attachment

Importance_0
v5.2.3 - Show latest stable - 0 notes - Class: One
write_attachment(attachment) private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activestorage/lib/active_storage/attached/one.rb, line 78
      def write_attachment(attachment)
        record.public_send("#{name}_attachment=", attachment)
      end
Register or log in to add new notes.