I am usint the michael bleighs twitter auth gem. It works just fine but there is a small issue of views that is popping up. I am dong alot of ajax calls. It keeps looking for views in the gem directory where the gem is unpacked in my rails app. Is there a way to look at the real root of the app and then for my view directory and not the gem directory?
Right now I have my partial in 2 directories. 1 for the inital startup and then it is looking for it in the gem directory also when I do ajax calls.
