# frozen_string_literal: true class MatchingRequest < ApplicationRecord include Attachable belongs_to :project end