Class: Eventifier::API::GetNotifications

Inherits:
Base
  • Object
show all
Includes:
View
Defined in:
lib/eventifier/api/get_notifications.rb

Instance Method Summary collapse

Methods inherited from Base

#skip?

Instance Method Details

#callObject



4
5
6
7
8
9
# File 'lib/eventifier/api/get_notifications.rb', line 4

def call
  render 'eventifier/notifications/index',
    notifications: notifications, user: user

  super
end