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
{{ message }}
This repository has been archived by the owner on Nov 10, 2022. It is now read-only.
if I create a login.haml page, then it doesn't have access to the helpers in sinatra/chowder or defined in the Sinatra application itself. I believe this is due to the login using Chowder::Basic which inherits directly from Sinatra::Base and which doesn't have the current Sinatra app in its inheritance chain.
Is there a method you use to patch the helpers back in?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
if I create a login.haml page, then it doesn't have access to the helpers in sinatra/chowder or defined in the Sinatra application itself. I believe this is due to the login using Chowder::Basic which inherits directly from Sinatra::Base and which doesn't have the current Sinatra app in its inheritance chain.
Is there a method you use to patch the helpers back in?
The text was updated successfully, but these errors were encountered: