The function `show_detail` for courses was expecting an array of lecturer oids. When it got only one and therefore not an array but an int, the line `@lecturers_oid.each` would fail to parse the variable because it is not an array.
The function `show_detail` for courses was expecting an array of lecturer oids. When it got only one and therefore not an array but an int, the line `@lecturers_oid.each` would fail to parse the variable because it is not an array.