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 was archived by the owner on May 18, 2024. It is now read-only.
I often write permission checks that do not need to accept any arguments:
which is executed from controller as:
It would be good if we could rewrite the
sign_in?signature withoutuser_klassargument that is not used.