config/effective_cpd.rb in effective_cpd-1.1.0 vs config/effective_cpd.rb in effective_cpd-1.1.1
- old
+ new
@@ -48,9 +48,13 @@
config.auditee_user_scope = :cpd_audit_auditees
# Audit Reviewer Scope Collection
config.audit_reviewer_user_scope = :cpd_audit_reviewers
+ # Effective Messaging
+ # Show a chat for Cpd Audit and Cpd Audit Reviewers
+ config.use_effective_messaging = true
+
# Mailer Settings
# Please see config/initializers/effective_resources.rb for default effective_* gem mailer settings
#
# Configure the class responsible to send e-mails.
# config.mailer = 'Effective::EventsMailer'