Enhancement: Move reporting metrics to postgres (#606)

This commit is contained in:
Subin T P
2020-03-18 16:53:35 +05:30
committed by GitHub
parent f69eb7e542
commit 8f6f07177d
27 changed files with 575 additions and 2 deletions

View File

@@ -43,6 +43,7 @@ class User < ApplicationRecord
include Events::Types
include Pubsubable
include Rails.application.routes.url_helpers
include Reportable
devise :database_authenticatable,
:registerable,