Select the types of activity you want to include in your feed.
1<?php 2class JoinBook extends ActiveRecord\Model 3{ 4 static $table_name = 'books'; 5 6 static $belongs_to = array(); 7}; 8?>