From 645b18cb01af25c9f0e9fe003fdf5c768d6f18fd Mon Sep 17 00:00:00 2001 From: Francis Irving Date: Mon, 4 Oct 2010 00:47:42 +0100 Subject: Stylistic change to !, preferred now by Rails people rather than "not". --- app/controllers/request_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/controllers/request_controller.rb') diff --git a/app/controllers/request_controller.rb b/app/controllers/request_controller.rb index a3561468f..0b47999df 100644 --- a/app/controllers/request_controller.rb +++ b/app/controllers/request_controller.rb @@ -216,7 +216,7 @@ class RequestController < ApplicationController @outgoing_message.info_request = @info_request # Maybe we lost the address while they're writing it - if not @info_request.public_body.is_requestable? + if !@info_request.public_body.is_requestable? render :action => 'new_' + @info_request.public_body.not_requestable_reason return end -- cgit v1.2.3