Menu

#17 broken: render :file =>"#{RAILS_ROOT}"/public/500.html

open
nobody
5
2007-09-12
2007-09-12
Anonymous
No

I patched line 164 where template_root is assigned:
template_root = (c.render_template_basename.include?(RAILS_ROOT) ? "" : c.template_root)

Otherwise Kwartz expects ALL templates (even if the :file key is used) to reside in app/views.

Discussion


Log in to post a comment.