diff --git a/app/helpers/users_helper.rb b/app/helpers/users_helper.rb deleted file mode 100644 index 58b3e12d6..000000000 --- a/app/helpers/users_helper.rb +++ /dev/null @@ -1,5 +0,0 @@ -module UsersHelper - def prepend_current_user_to(users_scope) - users_scope.to_a.prepend(Current.user).uniq - end -end diff --git a/app/views/cards/_messages.html.erb b/app/views/cards/_messages.html.erb index 30a606141..f6ab5a37d 100644 --- a/app/views/cards/_messages.html.erb +++ b/app/views/cards/_messages.html.erb @@ -11,7 +11,7 @@