Implements event submissions over time chart
This commit is contained in:
parent
b6538cddb2
commit
40c61ed717
12 changed files with 215 additions and 9 deletions
|
|
@ -174,6 +174,10 @@ class Event < ActiveRecord::Base
|
|||
end
|
||||
end
|
||||
|
||||
def week
|
||||
created_at.strftime('%W')
|
||||
end
|
||||
|
||||
private
|
||||
|
||||
def abstract_limit
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue