retrospring/app/models/web_push_subscription.rb
2023-01-02 11:50:47 +01:00

5 lines
100 B
Ruby

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