Method: Gaku::StudentSelection#remove
- Defined in:
- app/services/gaku/student_selection.rb
#remove(student) ⇒ Object
24 25 26 27 |
# File 'app/services/gaku/student_selection.rb', line 24 def remove(student) $redis.lrem(user_selection, 0, student.id) self.students end |