projects
/
depot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
c70eda34c6d3832c9bf7ddc70fea59d41f5088c1
[depot.git]
/
developer.rb
1
class
Developer
<
ActiveRecord
::Base
2
has_and_belongs_to_many
:projects
3
has_many
:replies
4
has_many
:topics
,
:through
=>
:replies
5
end
6
7
class
DeVeLoPeR
<
ActiveRecord
::Base
8
set_table_name
"developers"
9
end