Skip to content

Remove unnecessary self from user model

What does this MR do?

Clear code in user model

Are there points in the code the reviewer needs to double check?

Why was this MR needed?

self keyword nod needed. Code is more clean and understandable. https://github.com/bbatsov/ruby-style-guide#no-self-unless-required

Merge request reports