From 9910e2949e98131e38f7a9cd8ba8368dcce5e453 Mon Sep 17 00:00:00 2001 From: Pieter Verschaffelt Date: Wed, 16 Nov 2022 13:02:37 +0100 Subject: [PATCH] Also temporary disable before_action for logging --- app/controllers/api/api_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/api/api_controller.rb b/app/controllers/api/api_controller.rb index dada63d..c458e22 100644 --- a/app/controllers/api/api_controller.rb +++ b/app/controllers/api/api_controller.rb @@ -8,7 +8,7 @@ class Api::ApiController < ApplicationController before_action :set_query, only: %i[pept2taxa pept2lca peptinfo taxonomy] before_action :set_sequences, only: %i[pept2prot] - before_action :log, only: %i[pept2taxa pept2lca pept2prot pept2funct pept2ec pept2go pept2interpro peptinfo taxa2lca taxonomy taxa2tree] + # before_action :log, only: %i[pept2taxa pept2lca pept2prot pept2funct pept2ec pept2go pept2interpro peptinfo taxa2lca taxonomy taxa2tree] # sends a message to the ruby cli def messages