Class: Messaging::NotifyMe
- Inherits:
-
LogicalModel
- Object
- LogicalModel
- Messaging::NotifyMe
- Defined in:
- app/models/messaging/notify_me.rb
Instance Method Summary collapse
Instance Method Details
#destroy ⇒ Object
20 21 22 |
# File 'app/models/messaging/notify_me.rb', line 20 def destroy() # needs a diferent implementation, there is no ID. end |
#json_root ⇒ Object
16 17 18 |
# File 'app/models/messaging/notify_me.rb', line 16 def json_root 'notify_me' end |