app/controllers/webhooker/application_controller.rb in webhooker-0.4.0 vs app/controllers/webhooker/application_controller.rb in webhooker-0.5.0

- old
+ new

@@ -1,4 +1,5 @@ module Webhooker class ApplicationController < ActionController::Base + protect_from_forgery with: :exception end end