dawarich/app/models/visit.rb
2024-07-21 20:32:29 +02:00

6 lines
105 B
Ruby

# frozen_string_literal: true
class Visit < ApplicationRecord
belongs_to :area
belongs_to :user
end