app/controllers/softwear/application_controller.rb in softwear-lib-2.1.1 vs app/controllers/softwear/application_controller.rb in softwear-lib-2.1.2
- old
+ new
@@ -1,5 +1,7 @@
module Softwear
class ApplicationController < ActionController::Base
include Softwear::ErrorCatcher
+
+ protect_from_forgery with: :exception
end
end