I am new to rails world. In one of the existing rails project I am working, I see a line in a model class as mentioned below. Can someone please tell me what does this signify. I tried searching documentation but couldn't find "kept" keyword anywhere.
default_scope -> { kept }