4 lines
98 B
Ruby
4 lines
98 B
Ruby
class Subscriber < ApplicationRecord
|
|
belongs_to :product
|
|
generates_token_for :unsubscribe
|
|
end
|