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
New records could not hold multiple habtm associates using ::set(). Fixes #160.
[akelos.git]
/
test
/
fixtures
/
app
/
models
/
user.php
blob
7045f2fef981eac44e9cf3f2038b2387aba9f6af
1
<
?php
2
3
class
User
extends
ActiveRecord
4
{
5
var
$habtm
=
'groups,posts'
;
6
}
7
8
?
>