# frozen_string_literal: true class WebPushSubscription < ApplicationRecord belongs_to :user end