config/effective_cpd.rb in effective_cpd-1.0.0 vs config/effective_cpd.rb in effective_cpd-1.1.0

- old
+ new

@@ -43,13 +43,13 @@ # Auditee Scope Collection # # When creating a new audit, these are used to select the auditee # The User model must respond to these - config.auditee_user_scope = :all + config.auditee_user_scope = :cpd_audit_auditees # Audit Reviewer Scope Collection - config.audit_reviewer_user_scope = :all + config.audit_reviewer_user_scope = :cpd_audit_reviewers # Mailer Settings # Please see config/initializers/effective_resources.rb for default effective_* gem mailer settings # # Configure the class responsible to send e-mails.