From f341b0388cceef1a02ea56b5b1ca0d744c52c4b7 Mon Sep 17 00:00:00 2001 From: Francis Irving Date: Thu, 6 May 2010 17:34:24 +0100 Subject: Read only mode. --- app/controllers/request_controller.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'app/controllers/request_controller.rb') diff --git a/app/controllers/request_controller.rb b/app/controllers/request_controller.rb index 6488ad726..eaed31213 100644 --- a/app/controllers/request_controller.rb +++ b/app/controllers/request_controller.rb @@ -7,6 +7,7 @@ # $Id: request_controller.rb,v 1.192 2009-10-19 19:26:40 francis Exp $ class RequestController < ApplicationController + before_filter :check_read_only, :only => [ :new, :show_response, :describe_state ] def show # Look up by old style numeric identifiers -- cgit v1.2.3