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
/
department.rb
blob: 08004a0ed368ad3a1d8a678421f2e20902e2774e (
plain
) (
blame
)
1
2
3
4
class
Department
<
ActiveRecord
::
Base
has_many
:chefs
belongs_to
:hotel
end