What is the best way to override login / password verification messages in a session model in Authlogic? In the user model, Authlogic provides merge_ methods to override validation parameters, but Session has nothing of the kind.
Any suggestions?
source
share