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
Thanks @skwp! I fixed the README in master with your corrected initializer code; as for the _dump_data exception, how are you reaching that? Here's an example of how I'm testing the ActiveRecord binding functionality locally, FWIW:
@fancyremarker When I add the code to the initializer,
Which is because Base is actually a Class. The correct initializer code is:
Note the require line, and the use of
class Base
. I can make a pull request for that, but I'm afraid there are other issues.But then I run into further problems when actually trying to cache that resources:
no _dump_data is defined for class Proc
The text was updated successfully, but these errors were encountered: