Class: Decidim::Notify::Author

Inherits:
ApplicationRecord show all
Includes:
BelongsToNotifyComponent
Defined in:
app/models/decidim/notify/author.rb

Overview

The data store for a Author in the Decidim::Notify component.

Instance Method Summary collapse

Instance Method Details

#notesObject



24
25
26
# File 'app/models/decidim/notify/author.rb', line 24

def notes
  Note.where(decidim_author_id: decidim_user_id)
end