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
d4333eded2
rails--rails
/
activerecord
/
test
/
models
/
liquid.rb
6 lines
102 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
Convert association macros to the new syntax
2012-07-13 14:34:40 -04:00
has_many
:molecules
,
-
>
{
uniq
}
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
end
Copy permalink