ryanb / private_pub

Handle pub/sub messaging through private channels in Rails using Faye.
MIT License
864 stars 228 forks source link

Publishing from controllers etc. #23

Closed aduffeck closed 12 years ago

aduffeck commented 12 years ago

move publish_to to PrivatePub.publish_to which allows for publishing from controllers etc.

The publish_to view helper still exists. fixes #15

ryanb commented 12 years ago

I decided to add this behavior a bit differently, but thank you for doing this.