module EffectiveCommittees
Constants
- VERSION
Public Class Methods
config_keys()
click to toggle source
# File lib/effective_committees.rb, line 9 def self.config_keys [ :committees_table_name, :committee_members_table_name, :committee_folders_table_name, :committee_files_table_name, :layout, :use_effective_roles ] end