lib/yext/api/concerns/account_relations.rb in yext-api-0.1.3 vs lib/yext/api/concerns/account_relations.rb in yext-api-0.1.4
- old
+ new
@@ -22,9 +22,10 @@
# KnowledgeApi::KnowledgeManager
has_many :locations, class_name: "Yext::Api::KnowledgeApi::KnowledgeManager::Location"
# KnowledgeApi::AccountSettings
has_many :users, class_name: "Yext::Api::KnowledgeApi::AccountSettings::User"
+ has_many :roles, class_name: "Yext::Api::KnowledgeApi::AccountSettings::Role"
# LiveApi
has_many :live_locations, class_name: "Yext::Api::LiveApi::Location"
end