# frozen_string_literal: true
# User Additional Data
class UserAdd < ApplicationRecord
belongs_to :user
end