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
/
location.php
blob
3c12910809e433996242c42453b1bf6183d356b0
1
<
?php
2
3
class
Location
extends
ActiveRecord
4
{
5
var
$acts_as
=
array
(
'nested_set'
=>
array
(
'scope'
=>
'owner_id = ?'
));
6
}
7
8
?
>