Class: PostmanMta::Stats::MessagesController

Inherits:
ApplicationController show all
Defined in:
app/controllers/postman_mta/stats/messages_controller.rb

Constant Summary

Constants inherited from ApplicationController

ApplicationController::MODULES

Instance Method Summary collapse

Instance Method Details

#unreadObject



4
5
6
# File 'app/controllers/postman_mta/stats/messages_controller.rb', line 4

def unread
  render message.unread_stats
end