mirror of
https://github.com/jimeh/zynapse.git
synced 2026-02-19 07:06:39 +00:00
9 lines
98 B
PHP
9 lines
98 B
PHP
<?php
|
|
|
|
class Category extends ActiveRecord {
|
|
|
|
public $has_and_belongs_to_many = 'pages';
|
|
|
|
}
|
|
|
|
?>
|