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
7162ea2a0c
rails--rails
/
activerecord
/
test
/
models
/
liquid.rb
6 lines
104 B
Ruby
Raw
Normal View
History
Unescape
Escape
Eager loading an association should not change the count of children [#4971 state:resolved] Signed-off-by: José Valim <jose.valim@gmail.com>
2010-07-26 15:12:36 -04:00
class
Liquid
<
ActiveRecord
::
Base
Deprecate set_table_name in favour of self.table_name= or defining your own method.
2011-11-29 07:28:04 -05:00
self
.
table_name
=
:liquid
Eager loading an association should not change the count of children [#4971 state:resolved] Signed-off-by: José Valim <jose.valim@gmail.com>
2010-07-26 15:12:36 -04:00
has_many
:molecules
,
:uniq
=
>
true
end
Copy permalink