Module: Wisper::ActiveRecord::Publisher
- Extended by:
- ActiveSupport::Concern
- Includes:
- Publisher
- Defined in:
- lib/wisper_plus.rb
Overview
ActiveRecord extension to automatically publish events for CRUD lifecycle see github.com/krisleech/wisper/wiki/Rails-CRUD-with-ActiveRecord see github.com/krisleech/wisper-activerecord
Instance Method Summary collapse
- #broadcast(*args) ⇒ Object (also: #publish)
Instance Method Details
#broadcast(*args) ⇒ Object Also known as: publish
21 22 23 |
# File 'lib/wisper_plus.rb', line 21 def broadcast(*args) super end |