Skip to content

Commit

Permalink
rename method
Browse files Browse the repository at this point in the history
  • Loading branch information
astevens committed Dec 5, 2012
1 parent 0989462 commit 42107f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/yammer/client/networks.rb
Expand Up @@ -2,7 +2,7 @@ module Yammer
class Client class Client
# Defines methods related to manipulating networks # Defines methods related to manipulating networks
module Networks module Networks
def current(options = {}) def current_networks(options = {})
response = get("networks/current", options, :json) response = get("networks/current", options, :json)
end end
end end
Expand Down

0 comments on commit 42107f6

Please sign in to comment.