Method: Metry::Goal#visitors
- Defined in:
- lib/metry/goal.rb
#visitors ⇒ Object
14 15 16 |
# File 'lib/metry/goal.rb', line 14 def visitors Event.find(:all, :conditions => {:path => path_regexp}).inject({}){|a,e| a[e.visitor_id] = e.visitor; a}.values end |