Hi, I'm new on this, do I have to put
require 'pipedrive-ruby'
Pipedrive.authenticate( YOUR_API_TOKEN )
Pipedrive::Deal.find( DEAL_ID )
in the gemfile ?
I have a form and I want to receive the information written there, in my pipedrive, so where do I put require: ... ?