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
/
group.php
blob
1f00c7e176e8c0c03178dfaefbac6f9dd9bb5922
1
<
?php
2
3
class
Group
extends
ActiveRecord
4
{
5
var
$habtm
=
'users'
;
6
}
7
8
?
>