Skip to content

Fix String Protection

David Alderliesten requested to merge fix-ruby-protected into development

Due to a rule change regarding protected methods in the next Ruby on Rails version, and the reliance of this method within the authentication and permissions, the to string method for the user object within the model needs to be made public.

Required for BEPSys to work at all on the incoming migration.

Merge request reports