Skip to content

Commit

Permalink
FEATURE: adds latest to user-api-key session scope
Browse files Browse the repository at this point in the history
  • Loading branch information
jjaffeux committed Nov 1, 2018
1 parent b8aec77 commit 5a114df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/models/user_api_key.rb
Expand Up @@ -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']
]
}

Expand Down

0 comments on commit 5a114df

Please sign in to comment.