You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've downloaded v1.1.1 to give it a try to the new cached datasets feature.
While following the example in the README I've noticed that the cached_datasets method in the Keen::Client is missing its def_delegator. Therefore calling Keen.cached_datasets will throw a NoMethodError.
The text was updated successfully, but these errors were encountered:
fmquaglia
changed the title
def_delegator for cached_datasets is missin?
def_delegator for cached_datasets is missing?
Nov 21, 2018
Hey
I've downloaded v1.1.1 to give it a try to the new cached datasets feature.
While following the example in the README I've noticed that the
cached_datasets
method in theKeen::Client
is missing its def_delegator. Therefore callingKeen.cached_datasets
will throw aNoMethodError
.The text was updated successfully, but these errors were encountered: