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
/
extended_comment.php
blob
dd7d50bf7426ac81bb4214859cef664b9554ddfc
1
<
?php
2
3
class
ExtendedComment
extends
ActiveRecord
4
{
5
var
$belongs_to
=
'extended_post'
;
6
}
7
8
?
>