Class: Messaging::NotifyMe

Inherits:
LogicalModel
  • Object
show all
Defined in:
app/models/messaging/notify_me.rb

Instance Method Summary collapse

Instance Method Details

#destroyObject



20
21
22
# File 'app/models/messaging/notify_me.rb', line 20

def destroy()
  # needs a diferent implementation, there is no ID.
end

#json_rootObject



16
17
18
# File 'app/models/messaging/notify_me.rb', line 16

def json_root
  'notify_me'
end