app/controllers/application_controller.rb in occams-1.0.0 vs app/controllers/application_controller.rb in occams-1.0.1
- old
+ new
@@ -1,7 +1,5 @@
# frozen_string_literal: true
class ApplicationController < ActionController::Base
-
protect_from_forgery
-
end