Browse Source

lint

pull/2945/head
Carolyn 5 days ago
parent
commit
a6645c96e0
  1. 2
      app/models/forms/bulk_upload_form/prepare_your_file.rb

2
app/models/forms/bulk_upload_form/prepare_your_file.rb

@ -40,7 +40,7 @@ module Forms
end
def slash_year_combo
"#{year}/#{(year + 1)%100}"
"#{year}/#{(year + 1) % 100}"
end
def save!

Loading…
Cancel
Save