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
/
pet.rb
blob: 889ce46f33e71878036d99b27db1a0e2a928326c (
plain
) (
blame
)
1
2
3
4
class
Pet
<
ActiveRecord
::
Base
set_primary_key
:pet_id
belongs_to
:owner
end