Class: Chat::MessagesController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- ApplicationController
- Chat::MessagesController
- Defined in:
- app/controllers/chat/messages_controller.rb
Instance Method Summary collapse
Instance Method Details
#create ⇒ Object
8 9 10 11 12 |
# File 'app/controllers/chat/messages_controller.rb', line 8 def create @conversation..create() head :ok end |
#destroy ⇒ Object
14 15 16 |
# File 'app/controllers/chat/messages_controller.rb', line 14 def destroy @conversation.destroy end |