app/controllers/application_controller.rb in locomotive_cms-0.0.4 vs app/controllers/application_controller.rb in locomotive_cms-1.0.0.beta

- old
+ new

@@ -4,8 +4,8 @@ protected # rescue_from Exception, :with => :render_error # # def render_error - # render :template => "/admin/errors/500", :layout => 'admin/box', :status => 500 + # render :template => "/admin/errors/500", :layout => '/admin/layouts/box', :status => 500 # end end