-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
why undefined method `domain=' for Freshdesk:Class #4
Comments
Is there any update on this? |
What I did was to ditch this gem and use the |
This worked great. Thanks for the tip. In case somebody is struggling, be aware that the domain variable doesn't need to be the full domain including '.freshdesk.com' just the subdomain part. |
the problem is adding FIX: you need to delete the freshdesk gem(freshdesk-0.2) from your ruby gems and delete the gem specification (freshdesk-0.2.gemspec) Once you delete them now you can require "freshdesk" and you will load the correct gem! |
This |
installed gem
Using ruby 2.2.7
The FIRST line of the same code provided fails, trying to set the domain?
It's not complaining about the domain (I used the real one), it's complaining there is no such method as domain.
The text was updated successfully, but these errors were encountered: