Updated the gems, add missing migration for the stats controller, fix most obvious issues with stats
This commit is contained in:
parent
52d1785a7c
commit
8aeeabebab
7 changed files with 124 additions and 101 deletions
|
|
@ -0,0 +1,5 @@
|
|||
class AddCreatedAtToSupporterRegistrations < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :supporter_registrations, :created_at, :datetime
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue