# frozen_string_literal: true
# User Activity
class UserActivity < ApplicationRecord
belongs_to :user
end