Clean up excerpts

This commit is contained in:
Toks
2013-07-09 14:01:22 -04:00
parent be0b4cc98e
commit e09b4fb27a
2 changed files with 5 additions and 3 deletions

View File

@@ -39,7 +39,7 @@ module PostSets
end
def pool_name
tag_string.match(/^pool:(\S+)$/).try(:[], 1)
tag_string.match(/^pool:(\S+)$/i).try(:[], 1)
end
def has_pool?