Method: Chat::ApplicationHelper#render_chat

Defined in:
app/helpers/chat/application_helper.rb

#render_chatObject



5
6
7
8
9
# File 'app/helpers/chat/application_helper.rb', line 5

def render_chat
  return unless send Chat.signed_in

  render "chat/chat"
end