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
/
car.rb
blob: 1101180a67afc4e2e91d7771bc7ba0c4abb20cf9 (
plain
) (
blame
)
1
2
3
4
class
Car
<
ActiveRecord
::
Base
has_many
:engines
has_many
:wheels
,
:as
=>
:wheelable
end