/bans: add test for searching bans.

This commit is contained in:
evazion
2017-04-19 17:55:02 -05:00
parent f6fff16e75
commit 94e548cfe1
2 changed files with 21 additions and 1 deletions

View File

@@ -74,7 +74,7 @@ class UserFeedback < ActiveRecord::Base
extend SearchMethods
def initialize_creator
self.creator_id = CurrentUser.id
self.creator_id ||= CurrentUser.id
end
def user_name