add role teacher to application_policy, implement teacher into team_policy
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
class Xikolo::3Client
|
||||
class Xikolo::Client
|
||||
def self.get_user(user_id)
|
||||
params = {:user_id => user_id}
|
||||
response = get_request(user_profile_url(user_id), params)
|
||||
@ -56,4 +56,4 @@ class Xikolo::3Client
|
||||
def self.authentication_url
|
||||
return @url + 'authenticate'
|
||||
end
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user