Files
old-holivud2/app/models/matching_request.rb
2020-06-16 17:22:53 +02:00

8 lines
121 B
Ruby

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