Method: CiviCrm::Actions::Find.included

Defined in:
lib/civicrm/actions/find.rb

.included(base) ⇒ Object



14
15
16
# File 'lib/civicrm/actions/find.rb', line 14

def self.included(base)
  base.extend(ClassMethods)
end