SELECT * FROM public.get_full_info_about_passenger(2);
ERROR: column reference "id" is ambiguous
Подробности: It could refer to either a PL/pgSQL variable or a table column.
Где: PL/pgSQL function "get_full_info_about_passenger" line 4 at RETURN QUERY
# Модель Employee
has_many :employees_and_positions
has_many :employees_positions, through: :employees_and_positions
Может, поможет:
https://habrahabr.ru/hub/xcode/
macilove.com/russian-xcode-tutorials
macdaily.me/howto/xcode-for-beginners-lesson-1-par...