lib/yammer/group.rb in yammer-client-0.1.2 vs lib/yammer/group.rb in yammer-client-0.1.3
- old
+ new
@@ -5,9 +5,9 @@
:creator_id, :mugshot_id, :stats, :state, :web_url, :name, :created_at, :type,
:mugshot_url, :url, :full_name, :mugshot_url_template, :description
# @!scope class
def self.create(params={})
- result = Yammer.create_group(params)
+ result = api_handler.create_group(params)
end
end
end
\ No newline at end of file