# File lib/dm-aggregates.rb, line 35 35: def self.aggregate_module(const_name) 36: Aggregates.const_get(const_name) 37: end
# File lib/dm-aggregates.rb, line 24 24: def self.include_aggregate_api(const_name) 25: require aggregate_extensions(const_name) 26: if Aggregates.const_defined?(const_name) 27: adapter = const_get(const_name) 28: adapter.send(:include, aggregate_module(const_name)) 29: end 30: rescue LoadError 31: # Silently ignore the fact that no adapter extensions could be required 32: # This means that the adapter in use doesn't support aggregates 33: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.