Class: FileViewStat

Inherits:
Sufia::Statistic show all
Defined in:
app/models/file_view_stat.rb

Class Method Summary collapse

Methods inherited from Sufia::Statistic

build_for, convert_date, ga_statistics, statistics, statistics_for, #to_flot, to_flots

Class Method Details

.filter(file) ⇒ Object



5
6
7
# File 'app/models/file_view_stat.rb', line 5

def self.filter(file)
  { file_id: file.id }
end