RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: wuiscmc
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:
<% %w(/channel1 /channel2 /channel3).each do |channel| %> <%= subscribe_to channel %> <% end %>
It's just an idea...
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:
It's just an idea...