Files
yockboard/app/controllers/api/api_controller.rb

8 lines
126 B
Ruby

# frozen_string_literal: true
module API
class APIController < ApplicationController
skip_forgery_protection
end
end