Closed lookitsatravis closed 4 years ago
Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. Thank you for your contributions.
Closing this issue after a prolonged period of inactivity. If this issue is still present in the latest release, please feel free to create a new issue with up-to-date information.
Hello!
Looks like there is some code to autoload all of the classes in
facebook_ads/ad_objects/*
. However, theclass_name
var set at line #69 does not work for theFacebookAds::IDName
class because the capitalize transform matchesIdName
instead. We solved it locally by requiring that file directly:require 'facebook_ads/ad_objects/id_name'
But, without that require statement, anything that references IDName fails.