FEATURE: adds latest to user-api-key session scope

This commit is contained in:
Joffrey JAFFEUX 2018-10-19 09:54:06 +02:00
parent b8aec7777c
commit 5a114df088

View File

@ -10,7 +10,8 @@ class UserApiKey < ActiveRecord::Base
[:get, 'session#current'],
[:get, 'users#topic_tracking_state'],
[:get, 'list#unread'],
[:get, 'list#new']
[:get, 'list#new'],
[:get, 'list#latest']
]
}