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
/
aircraft.rb
blob: 0c47aab539664056b22d38e60074ba9c87b11914 (
plain
) (
blame
)
1
2
3
class
Aircraft
<
ActiveRecord
::
Base
has_many
:engines
,
:foreign_key
=>
"car_id"
end