I've trying to use the sharefile-ruby library, which is a wrapper for the ShareFile API.
There is no gem for it, so I believe I have to add the .rb file manually. Every library I've used I just install the gem, so I'm not sure what to do here.
Also, to use this library, would I just add require 'sharefile-ruby'
in each controller I'm trying to use it in?