lib/bearcat/client/accounts.rb in bearcat-1.2.11 vs lib/bearcat/client/accounts.rb in bearcat-1.2.12

- old
+ new

@@ -23,8 +23,12 @@ end def account_courses(account, params = {}) get("/api/v1/accounts/#{account}/courses", params) end + + def account_grading_standards(account, params={}) + get("/api/v1/accounts/#{account}/grading_standards", params) + end end end end