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
2b6e3051bd
rails--rails
/
activerecord
/
test
/
models
/
rating.rb
5 lines
99 B
Ruby
Raw
Normal View
History
Unescape
Escape
Add support for nested through associations in JoinAssociation. Hence Foo.joins(:bar) will work for through associations. There is some duplicated code now, which will be refactored.
2010-10-09 17:00:33 -04:00
class
Rating
<
ActiveRecord
::
Base
belongs_to
:comment
Add a test for STI on the through where the through is nested, and change the code which support this
2011-03-05 15:10:24 -05:00
has_many
:taggings
,
:as
=
>
:taggable
Add support for nested through associations in JoinAssociation. Hence Foo.joins(:bar) will work for through associations. There is some duplicated code now, which will be refactored.
2010-10-09 17:00:33 -04:00
end
Copy permalink