Fix #2894: Use [[:space:]] instead of \s in regexes.
This commit is contained in:
@@ -88,7 +88,7 @@ class PostArchive < ApplicationRecord
|
||||
include ArchiveServiceMethods
|
||||
|
||||
def tag_array
|
||||
tags.scan(/\S+/)
|
||||
tags.split
|
||||
end
|
||||
|
||||
def presenter
|
||||
|
||||
Reference in New Issue
Block a user