Class: EntityEvents::Interaction
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- EntityEvents::Interaction
- Defined in:
- lib/entity_events/interaction.rb
Class Method Summary collapse
Class Method Details
.log(interaction) ⇒ Object
9 10 11 |
# File 'lib/entity_events/interaction.rb', line 9 def self.log( interaction ) Interaction.create(interaction) end |