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
/
todo_item.php
blob
2bbccdf37700a25152e13d9a40dd27ccaa1f188b
1
<
?php
2
class
TodoItem
extends
ActiveRecord
3
{
4
var
$act_as
=
"list"
;
5
}
6
?
>