Class: Tramway::ChatComponent

Inherits:
BaseComponent
  • Object
show all
Defined in:
app/components/tramway/chat_component.rb

Overview

Renders the chat container with messages and optional input form.

Instance Method Summary collapse

Instance Method Details

#disabled?Boolean

Returns:

  • (Boolean)


14
15
16
# File 'app/components/tramway/chat_component.rb', line 14

def disabled?
  options[:disabled]
end