Displaying 1 result from an estimated 1 matches for "proxy_associ".
2013 Jul 16
0
Which object have my association extension method?
...I was trying to use delayed job/sidekiq delay() method like the following:
b.items.delay.foo
But I can''t. You see, when delay is called, association evaluated
immediately to an array of records. That array does not have the
association extension methods.
So I tried to see if b.items.proxy_association, has my extension methods,
and to my surprise, foo() is not there either.
Which object does my foo() method sit in?
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails f...