Module: ChatService
Instance Method Summary collapse
Instance Method Details
#create_message(chat, content, user) ⇒ Object
3 4 5 6 7 8 9 |
# File 'lib/templates/chat/chat_service.rb', line 3 def (chat, content, user) = user..create!(chat: chat, content: content) chat. << chat.save! (chat, ) end |