This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian-likes-github
/
rails--rails
Watch
1
Star
0
Fork
You've already forked rails--rails
0
mirror of
https://github.com/rails/rails.git
synced
2022-11-09 12:12:34 -05:00
Code
Releases
Activity
ffe731c922
rails--rails
/
activerecord
/
test
/
models
/
contract.rb
5 lines
86 B
Ruby
Raw
Normal View
History
Unescape
Escape
has_many :through create should not raise validation errors [#2934 state:committed] Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
2009-08-08 18:48:11 -04:00
class
Contract
<
ActiveRecord
::
Base
belongs_to
:company
belongs_to
:developer
Respect the default_scope on a join model when reading a through association
2010-12-12 11:35:27 -05:00
end
Copy permalink