diff --git a/app/controllers/dunlop/user_filters_controller.rb b/app/controllers/dunlop/user_filters_controller.rb index ce15bb1..f18addc 100644 --- a/app/controllers/dunlop/user_filters_controller.rb +++ b/app/controllers/dunlop/user_filters_controller.rb @@ -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