method

find_or_build_attachment

find_or_build_attachment()
private

No documentation available.

# File activestorage/lib/active_storage/attached/changes/create_one.rb, line 38
      def find_or_build_attachment
        find_attachment || build_attachment
      end