lib/diesel/testing/app/controllers/application_controller.rb in diesel-0.1.4 vs lib/diesel/testing/app/controllers/application_controller.rb in diesel-0.1.5

- old
+ new

@@ -1,3 +1,6 @@ class ApplicationController < ActionController::Base + def show + render :text => "", :layout => 'application' + end end