Skip to content

Commit 7b3f8f5

Browse files
author
Ian Lawrence
committed
Removed the TODO since its now done!
1 parent 1c2ee50 commit 7b3f8f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: db/seeds.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def isTableEmpty? model
6262
ContactInformation.create(:id=>"administrator") if isTableEmpty?(ContactInformation)
6363
end
6464

65-
#TODO: This is being temporarily removed: v1.5 and v1.6 GBV field keys are mismatched. Need to reconcile before re-enabling
65+
6666
puts "Loading Form Translations"
6767
Dir[File.dirname(__FILE__) + '/translations/gbv/{ar,fr,bn}/*.yml'].each do |file|
6868
puts file

0 commit comments

Comments
 (0)