6 lines
100 B
Ruby
6 lines
100 B
Ruby
|
# frozen_string_literal: true
|
||
|
|
||
|
class WebPushSubscription < ApplicationRecord
|
||
|
belongs_to :user
|
||
|
end
|