RailsCasts Pro episodes are now free!

Learn more or hide this

luizcarlos's Profile

GitHub User: wuiscmc

Comments by luizcarlos

Avatar

That functionality is not available. The code:
view_helpers.rb

By the way, in case you want to subscribe to multiple channels you could do something like:

ruby
<% %w(/channel1 /channel2 /channel3).each do |channel| %>
  <%= subscribe_to channel %>
<% end %>

It's just an idea...