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
A possible approach to this problem is to move this method to the instance, probably something along the lines of jimson_respond_to?. We could use the extended hook to inject this method in the instance.
If agreed, I can work on a pull request. :)
The text was updated successfully, but these errors were encountered:
Today, I cannot use a module as a handler:
The reason this fails is because the server expects the class of the object given to respond to a jimson method:
https://github.com/chriskite/jimson/blob/next/lib/jimson/server.rb#L168
A possible approach to this problem is to move this method to the instance, probably something along the lines of
jimson_respond_to?
. We could use the extended hook to inject this method in the instance.If agreed, I can work on a pull request. :)
The text was updated successfully, but these errors were encountered: