Project

General

Profile

« Previous | Next » 

Revision 4deab2f3

Added by Lukas Zapletal about 7 years ago

Fixes #13772 - orchestration now uses app logger

View differences:

app/models/notification.rb
# Stores the information related to serving the notification to multiple users
# This class' responsibility is, given a notification blueprint, to determine
# who are the notification recipients
class Notification < ActiveRecord::Base
class Notification < ApplicationRecord
AUDIENCE_USER = 'user'
AUDIENCE_GROUP = 'usergroup'
AUDIENCE_TAXONOMY = 'taxonomy'

Also available in: Unified diff