bearcat 1.0.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/bearcat/api_array.rb +1 -1
- data/lib/bearcat/version.rb +1 -1
- metadata +1 -1
data/lib/bearcat/api_array.rb
CHANGED
@@ -138,7 +138,7 @@ module Bearcat
|
|
138
138
|
path = response.env[:url].path
|
139
139
|
if path.match(/.*\/(courses||groups)\/\d+\/conferences/)
|
140
140
|
key = 'conferences'
|
141
|
-
elsif path.match(/.*\/accounts
|
141
|
+
elsif path.match(/.*\/accounts\/\d+\/terms/)
|
142
142
|
key = 'enrollment_terms'
|
143
143
|
end
|
144
144
|
end
|
data/lib/bearcat/version.rb
CHANGED