scinote-web/config/routes/notifications.rb

5 lines
172 B
Ruby
Raw Normal View History

2017-10-04 15:16:17 +08:00
# notifications
get '/recent_notifications', to: 'notifications#recent_notifications'
get '/unread_notifications_count',
to: 'notifications#unread_notifications_count'