Code to display tips submitted on news feed

This commit is contained in:
Kyle Drake 2017-02-07 22:45:29 -08:00
parent 621e45b6a2
commit cc07e90b44
11 changed files with 131 additions and 12 deletions

View file

@ -3,7 +3,7 @@ class Event < Sequel::Model
many_to_one :site
many_to_one :follow
one_to_one :tip
many_to_one :tip
one_to_one :tag
many_to_one :site_change
many_to_one :profile_comment