Remove useless respond_to calls (#13208)

This commit is contained in:
Eugen Rochko
2020-03-06 01:29:38 +01:00
committed by GitHub
parent 39453de232
commit 0ae5c6312f
47 changed files with 0 additions and 95 deletions

View File

@ -5,8 +5,6 @@ class Api::V1::EndorsementsController < Api::BaseController
before_action :require_user!
after_action :insert_pagination_headers
respond_to :json
def index
@accounts = load_accounts
render json: @accounts, each_serializer: REST::AccountSerializer