method

add_attachment_reflection

add_attachment_reflection(model, name, reflection)
public

No documentation available.

# File activestorage/lib/active_storage/reflection.rb, line 32
      def add_attachment_reflection(model, name, reflection)
        model.attachment_reflections = model.attachment_reflections.merge(name.to_s => reflection)
      end