/loan_co

Rails implementation of the Docusign LoanCo example

Primary LanguageRuby

Setup

  1. gem install bundler

  2. bundle install

  3. Rename config/docusign.example.yml => docusign.yml and, if necessary, change the endpoint urls.

  4. rake db:migrate

Items of interest

  • docusign.yml is read in config/initializers/docusign.rb

  • lib/loan_co.rb contains the LoanCo module. This is used throughout the application to store a connection to the Docusign API.

  • the docusign gem contains some convenient features which make calling the Docusign API much more Ruby-like. You can see these in action throughout this application. Refer to the docusign gem documentation (github.com/texel/docusign) for more information

Copyright © DocuSign, Inc. All rights reserved.

This source code is intended only as a supplement to DocuSign SDK and/or on-line documentation.

This sample is designed to demonstrate DocuSign features and is not intended for production use. Code and policy for a production application must be developed to meet the specific data and security requirements of the application.

THIS CODE AND INFORMATION ARE PROVIDED “AS IS” WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR PURPOSE.