lib/dashx.rb in dashx-0.2.0 vs lib/dashx.rb in dashx-0.3.0
- old
+ new
@@ -24,6 +24,10 @@
end
def self.generate_identity_token(uid)
@clients[:default].generate_identity_token(uid)
end
+
+ def self.save_contacts(uid, contacts)
+ @clients[:default].save_contacts(uid, contacts)
+ end
end