Module: Gorynich::Head::ActionCable::Channel
- Defined in:
- lib/gorynich/head/action_cable.rb
Class Method Summary collapse
Instance Method Summary collapse
- #perform_action(*args) ⇒ Object
- #subscribe_to_channel(*args) ⇒ Object
- #unsubscribe_from_channel(*args) ⇒ Object
Class Method Details
Instance Method Details
#perform_action(*args) ⇒ Object
30 31 32 33 34 |
# File 'lib/gorynich/head/action_cable.rb', line 30 def perform_action(*args) ::Gorynich.with(tenant, host: host) do super end end |