I added functions like
def myusertype_photo_url(a,b,args={}); user_photo_url(a,b,args); end
to my version of the BaseController, and even the BaseHelper, hoping
for an Engines
mix in.
Funny thing, it works perfectly in the development environment, but
doesn't work on the
production system.
Is there a strange reason for this?
I do have access to any functions I "mix-in" to the BaseController and
BaseHelper, but polymorphic_url
doesn't seem to be picking this up in the production environment.
Any clues?
Thanks,
-Polar