Skip to content
Snippets Groups Projects
Unverified Commit e18786de authored by Eugen Rochko's avatar Eugen Rochko Committed by GitHub
Browse files

Fix approved column being set to nil instead of false (#10642)

parent fba96c80
No related branches found
No related tags found
No related merge requests found
......@@ -282,7 +282,7 @@ class User < ApplicationRecord
end
def external?
@external
!!@external
end
def sanitize_languages
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment