You are here

function heartbeat_og_rules_file_info in Heartbeat 7

Implements hook_rules_file_info().

File

modules/heartbeat_og/heartbeat_og.rules.inc, line 10
Includes any rules integration provided by heartbeat OG.

Code

function heartbeat_og_rules_file_info() {
  return array(
    'heartbeat_og',
  );
}