1 2 3 4 5 6
# frozen_string_literal: true class Api::V2::ApiController < ApplicationController respond_to :json skip_before_action :anger_old_api_clients end