Method: Pair::Notification::Dispatcher#session_join

Defined in:
lib/pair/notification/dispatcher.rb

#session_join(user, session) ⇒ Object

Raises:

  • (NotImplementedError)


11
12
13
# File 'lib/pair/notification/dispatcher.rb', line 11

def session_join(user, session)
  raise NotImplementedError
end