Method: Group.guest

Defined in:
app/models/group.rb

.guestObject

Finds the guest group, which is a special group that represents public non-logged in users.



37
38
39
# File 'app/models/group.rb', line 37

def self.guest
  with_code(GUEST_CODE).first
end