config/effective_cpd.rb in effective_cpd-1.1.3 vs config/effective_cpd.rb in effective_cpd-1.2.0
- old
+ new
@@ -20,10 +20,12 @@
config.cpd_audit_response_options_table_name = :cpd_audit_response_options
config.cpd_audit_reviews_table_name = :cpd_audit_reviews
config.cpd_audit_review_items_table_name = :cpd_audit_review_items
+ config.cpd_bulk_audits_table_name = :cpd_bulk_audits
+
# Layout Settings
# Configure the Layout per controller, or all at once
config.layout = {
cpd: 'application',
admin: 'admin'
@@ -33,9 +35,10 @@
# Configure the class responsible for the cpd statements.
# config.cpd_statement_class_name = 'Effective::CpdStatement'
# config.cpd_audit_class_name = 'Effective::CpdAudit'
# config.cpd_audit_level_class_name = 'Effective::CpdAuditLevel'
# config.cpd_audit_review_class_name = 'Effective::CpdAuditReview'
+ # config.cpd_bulk_audit_class_name = 'Effective::CpdBulkAudit'
# Program label settings
config.program_label = 'CPD' # CPD or MCE
config.cycle_label = 'year' # 'cycle', 'season'
config.credit_label = 'credit' # 'credit', 'PDH', 'PDU', 'CCC'