mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 21:48:16 -08:00
chore: remove lowell seeding rules
This commit is contained in:
parent
880b438eb4
commit
56b512810c
5 changed files with 5 additions and 62 deletions
|
|
@ -1,14 +0,0 @@
|
|||
module Rule
|
||||
class SeedOnlyLowell
|
||||
attr_reader :row
|
||||
|
||||
def initialize(row:)
|
||||
@row = row
|
||||
end
|
||||
|
||||
def skip_row?
|
||||
district = row['District'].strip.downcase
|
||||
'lowell' != district
|
||||
end
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue