index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activerecord
/
test
/
models
/
owner.rb
blob: dbaf2ce6889d5c3ba2ba079adc314c99517a6f09 (
plain
) (
blame
)
1
2
3
4
class
Owner
<
ActiveRecord
::
Base
set_primary_key
:owner_id
has_many
:pets
end