app/controllers/cogy/application_controller.rb in cogy-0.2.1 vs app/controllers/cogy/application_controller.rb in cogy-0.3.0

- old
+ new

@@ -1,5 +1,6 @@ module Cogy class ApplicationController < ActionController::Base - protect_from_forgery with: :exception + # @todo https://github.com/skroutz/cogy/issues/43 + skip_before_action :verify_authenticity_token end end