Acciones
Errores #5018
cerradaError en API web para info de proyecto
Fecha de inicio:
2023-06-26
Fecha fin:
% Realizado:
100%
Tiempo estimado:
Versión:
Descripción
Se produce un error al solicitar la info de un proyecto:
Started GET "/api_web/v1/projects/2983" for 212.170.112.1 at 2023-06-26 08:11:55 +0000
Processing by ApiWeb::V1::ProjectsController#show as */*
Parameters: {"project_id"=>"2983"}
============> Pidiendo cache de: proyecto/2983/fecha_de_inicio
============> Pidiendo cache de: proyecto/2983/fecha_de_fin
============> Pidiendo cache de: proyecto/2983/fecha_de_inicio
============> Pidiendo cache de: proyecto/2983/fecha_de_fin
Rendered api_web/v1/projects/show.rabl (180.4ms)
Completed 500 Internal Server Error in 225ms (ActiveRecord: 128.6ms)
ActionView::Template::Error (undefined method `financiador_id' for #
Did you mean? financiador_ids
financiador_ids=
financiador
financiador=):
1: object @project => :project
2:
3: attribute :id
4: attributes nombre: :name, titulo: :description,
5: fecha_de_inicio: :starting_date, fecha_de_fin: :ending_date,
6: duracion_meses: :duration
app/views/api_web/v1/projects/_show_contracts.rabl:30:in `block (2 levels) in eval_source'
app/views/api_web/v1/projects/show.rabl:3:in `_app_views_api_web_v__projects_show_rabl___820923891353262961_120340'
Acciones