lib/clever-ruby/student.rb in clever-ruby-0.11.1 vs lib/clever-ruby/student.rb in clever-ruby-0.13.0
- old
+ new
@@ -1,8 +1,10 @@
module Clever
# Student resource
class Student < APIResource
include Clever::APIOperations::List
+ @uri = 'students'
+ @plural = 'students'
@linked_resources = [:school, :district, :sections, :teachers, :events]
# Get contacts for the current student
# @todo This is not implemented!
# @api public