test/dummy/app/controllers/application_controller.rb in wisepdf-1.2.6 vs test/dummy/app/controllers/application_controller.rb in wisepdf-1.2.7

- old
+ new

@@ -1,7 +1,7 @@ class ApplicationController < ActionController::Base - protect_from_forgery - + protect_from_forgery + def index render :pdf => 'filename' - end + end end