Browse Source

Exclude more trash data

main
Adrian Short 5 years ago
parent
commit
d1e0cfb07e
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      lib/helpers.rb

+ 1
- 0
lib/helpers.rb View File

@@ -7,6 +7,7 @@ def cleanup(s)
return if s.nil?
s.sub!('Unknown', '')
s.sub!('Not Available', '')
s.sub!('Not Applicable', '')
# s = "<span class=grant>#{s}</span>" if s.match(/approve/i)
# s = "<span class=refuse>#{s}</span>" if s.match(/refuse/i)
s


Loading…
Cancel
Save