dawarich/app/models/visit.rb

7 lines
105 B
Ruby
Raw Normal View History

2024-07-21 14:32:29 -04:00
# frozen_string_literal: true
class Visit < ApplicationRecord
belongs_to :area
belongs_to :user
end