lib/docusigner/user.rb in docusigner-0.0.6 vs lib/docusigner/user.rb in docusigner-0.0.8
- old
+ new
@@ -1,8 +1,9 @@
module Docusigner
class User < Docusigner::Base
belongs_to :account
has_one :profile
+ has_one :settings, :class_name => "Docusigner::UserSettings"
# DocuSign does not permit this endpoint
def update
raise "Not permitted"
end