diff options
author | Louise Crow <louise.crow@gmail.com> | 2013-09-19 17:19:21 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2013-12-04 09:32:39 +0000 |
commit | 7e6fdfc403c4c35052d5432a844bf9855e217db7 (patch) | |
tree | 56bf9a3d1f9f2f14e1ecf9c486969301dcb695d9 /app/controllers/request_controller.rb | |
parent | 306fdeb7ab27e8a8bed3fc4c233fb2870f787c03 (diff) |
Add a select_authorities action.
Diffstat (limited to 'app/controllers/request_controller.rb')
-rw-r--r-- | app/controllers/request_controller.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/controllers/request_controller.rb b/app/controllers/request_controller.rb index d982bd391..70151f43f 100644 --- a/app/controllers/request_controller.rb +++ b/app/controllers/request_controller.rb @@ -43,6 +43,9 @@ class RequestController < ApplicationController medium_cache end + def select_authorities + end + def show if !AlaveteliConfiguration::varnish_host.blank? # If varnish is set up to accept PURGEs, then cache for a |