Method: Kaui::AccountsController#events_to_consider
- Defined in:
- app/controllers/kaui/accounts_controller.rb
#events_to_consider ⇒ Object
315 316 317 318 319 |
# File 'app/controllers/kaui/accounts_controller.rb', line 315 def events_to_consider json_response do { data: Kenui::EmailNotificationService.get_events_to_consider() } end end |