Closed AlanMcCann closed 1 year ago
@AlanMcCann this is an old issue so I'm not sure if you still need an answer but in the screenshot you have Pass.create!
and in the code snipped you have Passkit::Pass.create
. Were you able to resolve this issue?
I am not sure how this could happen, but adding the Passkit namespace won't hurt. I just added it and pushed to main.
Hi:
I had to fork the repo and specify the module name in lib/passkit/factory.rb to prevent an
uninitialized constant Pass
errorI'm not sure if that is a bug or something missing from my configuration.