You are here

function rate_perm in Rate 6.2

Implements hook_perm().

File

./rate.module, line 54
Rate module

Code

function rate_perm() {
  return array(
    'administer rate',
    'view rate results page',
  );
}