8 lines
121 B
Ruby
8 lines
121 B
Ruby
# frozen_string_literal: true
|
|
|
|
class MatchingRequest < ApplicationRecord
|
|
include Attachable
|
|
|
|
belongs_to :project
|
|
end
|