module EffectiveOrganizations
Constants
- VERSION
Public Class Methods
Organization()
click to toggle source
# File lib/effective_organizations.rb, line 17 def self.Organization organization_class_name&.constantize || Effective::Organization end
config_keys()
click to toggle source
# File lib/effective_organizations.rb, line 8 def self.config_keys [ :organizations_table_name, :representatives_table_name, :layout, :organization_class_name ] end