class EntityEvents::Interaction

Public Class Methods

log( interaction ) click to toggle source
# File lib/entity_events/interaction.rb, line 9
def self.log( interaction )
  Interaction.create(interaction)
end