Class FayeRails::Controller
In: lib/faye-rails/controller/monitor.rb
lib/faye-rails/controller/message.rb
lib/faye-rails/controller/observer_factory.rb
lib/faye-rails/controller/channel.rb
lib/faye-rails/controller.rb
Parent: Object

Methods

channel   channel   observe   observe   publish   publish  

Classes and Modules

Module FayeRails::Controller::ObserverFactory
Class FayeRails::Controller::Channel
Class FayeRails::Controller::Message
Class FayeRails::Controller::Monitor

Attributes

channels  [RW] 

Public Class methods

Bind a number of events to a specific channel.

Observe a model for any of the ActiveRecord::Callbacks as of v3.2.6 they are: before_validation after_validation before_save before_create after_create after_save after_commit api.rubyonrails.org/classes/ActiveRecord/Callbacks.html action defaults to after_create

Public Instance methods

[Validate]