Method: Group.guest
- Defined in:
- app/models/group.rb
.guest ⇒ Object
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 |