bennyzr

Results 6 issues of bennyzr

I would like to suggest that you use the embedded check in the get_inline_signers method before assigning the clientUserId attribute as you do in the get_signers method. Otherwise DocuSign doesn't...

I only see support for carbonCopies in the method create_envelope_from_document. Is there currently support for carbonCopies recipients in the create_envelope_from_composite_template method?

The script generates errors when trying to access MySQL. At the step: Okay to drop all existing databases named rails-devise-pundit? 'No' will abort immediately! (y/n) y run bundle exec rake...

When adding userstamp columns to an existing table the created field will be populated with the id of the user who next updates the record. It would more accurate to...

enhancement

Hi, Using an API controller that does not inherit from ApplicationController the userstamps will not get saved to database unless I add "before_action :authenticate_user_from_token!, :set_stamper trigger to the API controller....

created_by.name is generating a NoMethodError - undefined method `name' for 1:Fixnum: where name is an attribute of my user class.

question