I'm doing a ajax request. The backend might render a partial haml and return it. I'm getting this error
Padrino::Rendering::TemplateNotFound at /feedhtml
backend code
render :partial => 'feedhtml', :layout => false
Also I tried a tons of variation of this code.