Method: QueueIt::UserInQueueStateCookieRepository.getCookieKey
- Defined in:
- lib/queueit_knownuserv3/user_in_queue_state_cookie_repository.rb
.getCookieKey(eventId) ⇒ Object
26 27 28 |
# File 'lib/queueit_knownuserv3/user_in_queue_state_cookie_repository.rb', line 26 def self.getCookieKey(eventId) return QUEUEIT_DATA_KEY + '_' + eventId end |