Skip csrf for user filters

This commit is contained in:
2018-12-17 14:27:02 -05:00
parent 7d0413e036
commit 88f217b7aa
@@ -1,5 +1,6 @@
class Dunlop::UserFiltersController < Dunlop::ApplicationController
include Dunlop::Ember::ApiBaseController # Ugly to require a non dependency here, but for now only used in application explicitly including dunlop-ember
skip_before_action :verify_authenticity_token
before_action :check_current_user
private