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
/
actionview
/
test
/
fixtures
/
project.rb
blob: c124a9e6056b580302d35a2fbe2d309471a90f21 (
plain
) (
blame
)
1
2
3
class
Project
<
ActiveRecord
::
Base
has_and_belongs_to_many
:developers
,
->
{
uniq
}
end