diff --git a/app/controllers/front_end_builds/application_controller.rb b/app/controllers/front_end_builds/application_controller.rb index df19446..089eb19 100644 --- a/app/controllers/front_end_builds/application_controller.rb +++ b/app/controllers/front_end_builds/application_controller.rb @@ -1,5 +1,6 @@ module FrontEndBuilds class ApplicationController < ActionController::Base + skip_before_action :verify_authenticity_token # Public: A quick helper to create a respond_to block for # returning json to the client. Used because `respond_with`