forgeplus/app/models/project_visitor.rb

7 lines
91 B
Ruby

class ProjectVisitor < ApplicationRecord
belongs_to :user
belongs_to :project
end