Let's say I have
Model.find(something)
and
variable.constantize.find(something)
what are the performance differences?
I mean, not having the extra step will obviously be faster, but under the hood, is there that much of a difference?
Refactoring 12+ methods from different controllers to one method with a constantize is AMAZING! but does it harshly impact the performance of my app?