repo.or.cz
/
akelos.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixing content type ordering when content_type is not defined.
[akelos.git]
/
test
/
fixtures
/
app
/
models
/
tagging.php
blob
bcdae24358f0d81020b6a57a4d32b2da047fe12d
1
<
?php
2
3
class
Tagging
extends
AkActiveRecord
4
{
5
var
$belongs_to
=
array
(
'file'
,
'tag'
);
6
7
}
8
9
?
>