Class: Yael::Event

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
lib/yael/event.rb

Class Method Summary collapse

Class Method Details

.stream_for(object) ⇒ Object



6
7
8
# File 'lib/yael/event.rb', line 6

def stream_for(object)
  "#{object.class.name.tableize}_#{object.id}"
end