# File lib/tinder/room.rb, line 36
    def guest_access_enabled?
      load
      @open_to_guests ? true : false
    end