lib/moip2/entry_api.rb in moip2-1.2.1 vs lib/moip2/entry_api.rb in moip2-1.3.1

- old
+ new

@@ -11,10 +11,10 @@ end def show(id) Resource::Entry.new client, client.get("#{base_path}/#{id}") end - + def find_all Resource::Entry.new client, client.get("#{base_path}") end end end