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
/
student.rb
blob: 28a0b6c99bcf155df87a5fcfa3acb9df98a9c0d5 (
plain
) (
blame
)
1
2
3
4
class
Student
<
ActiveRecord
::
Base
has_and_belongs_to_many
:lessons
belongs_to
:college
end