Can a single user be subscribed to multiple channels and stay subscribed so long as they're logged in? Even if they navigate to a different page? Maybe in the application layout I should add
how did you get the id of the record in a hidden field? Thanks! I'm using devise and trying to assign an association between a User and an Organization upon registration.
Can a single user be subscribed to multiple channels and stay subscribed so long as they're logged in? Even if they navigate to a different page? Maybe in the application layout I should add
<%= @channels.each { |c| subscribe_to c } %>
? thx!
+1
how did you get the id of the record in a hidden field? Thanks! I'm using devise and trying to assign an association between a User and an Organization upon registration.
I'm having trouble because heroku is requiring the "www." subdomain.
I am having success with pow locally, but when I try to go to the URL in production it fails and the browser can't resolve the URL.
has anyone else encountered this?
Thanks!
+1