You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
List all the homework assignments assigned to the user
current_user.courses.announcements.each do |a|
if(a.atype == "Homework")
# list the assignment in the unordered list
end
end
The text was updated successfully, but these errors were encountered:
List all the homework assignments assigned to the user
current_user.courses.announcements.each do |a|
if(a.atype == "Homework")
# list the assignment in the unordered list
end
end
The text was updated successfully, but these errors were encountered: