lib/docusigner/user.rb in docusigner-0.0.1 vs lib/docusigner/user.rb in docusigner-0.0.2

- old
+ new

@@ -1,7 +1,8 @@ module Docusigner class User < Docusigner::Base belongs_to :account + has_one :profile # DocuSign does not permit this endpoint def update raise "Not permitted" end