added associations for this
This commit is contained in:
parent
2c29dd9a18
commit
bb3e431393
|
@ -23,6 +23,8 @@ class User < ActiveRecord::Base
|
|||
has_many :services, dependent: :destroy
|
||||
has_many :notifications, foreign_key: :recipient_id, dependent: :destroy
|
||||
has_many :reports, dependent: :destroy
|
||||
has_many :moderation_comments, dependent: :destroy
|
||||
has_many :moderation_votes, dependent: :destroy
|
||||
|
||||
SCREEN_NAME_REGEX = /\A[a-zA-Z0-9_]{1,16}\z/
|
||||
WEBSITE_REGEX = /https?:\/\/([A-Za-z.\-]+)\/?(?:.*)/i
|
||||
|
|
Loading…
Reference in New Issue