Module: WiserChatHelper

Defined in:
lib/generators/wiser_chat/install/templates/helper.rb

Instance Method Summary collapse

Instance Method Details

#wiser_chat(channel) ⇒ Object



2
3
4
# File 'lib/generators/wiser_chat/install/templates/helper.rb', line 2

def wiser_chat(channel)
  render "layouts/wiser_chat", channel: channel
end