diff options
author | Louise Crow <louise.crow@gmail.com> | 2015-02-09 10:23:37 +0000 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2015-02-09 10:23:37 +0000 |
commit | 7f591266bfde68a7484beb6535281d404f3c32cb (patch) | |
tree | 207c225f38a97af1ea2cbec4c963216205ea1fe8 /app/models/info_request.rb | |
parent | b4e00af80961a674c00ae87040ccafa6c3ed8f8f (diff) |
Remove unused line
Diffstat (limited to 'app/models/info_request.rb')
-rw-r--r-- | app/models/info_request.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/models/info_request.rb b/app/models/info_request.rb index 8d455e488..814057ef4 100644 --- a/app/models/info_request.rb +++ b/app/models/info_request.rb @@ -748,7 +748,6 @@ public # This is a long stop - even with UK public interest test extensions, 40 # days is a very long time. def date_very_overdue_after - last_sent = last_event_forming_initial_request if self.public_body.is_school? # schools have 60 working days maximum (even over a long holiday) Holiday.due_date_from(self.date_initial_request_last_sent_at, AlaveteliConfiguration::special_reply_very_late_after_days, AlaveteliConfiguration::working_or_calendar_days) |