Prepend looping
Opened this issue · 0 comments
the40san commented
If you use prepend for Tako to overriding ActiveRecord methods, there is a possibility to occur stack level too deep
because some other ActiveRecord extended gem still using alias_method
for implementation.
So we can't use prepend for implementation.