diff options
author | Robin Houston <robin.houston@gmail.com> | 2012-01-24 13:33:59 +0000 |
---|---|---|
committer | Robin Houston <robin.houston@gmail.com> | 2012-01-24 13:33:59 +0000 |
commit | 8b64d831a45e9856e94673917462a087c5a2f310 (patch) | |
tree | 637d823706fb5caaa9bc99f533890a0b893fc2fe | |
parent | 323a2941b253f4ddd1c21f152da26b96bde77662 (diff) |
Remove misleading copy-pasted comment
-rw-r--r-- | app/controllers/services_controller.rb | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/app/controllers/services_controller.rb b/app/controllers/services_controller.rb index 6fb20336e..225790d71 100644 --- a/app/controllers/services_controller.rb +++ b/app/controllers/services_controller.rb @@ -1,12 +1,4 @@ -# controllers/application.rb: -# Parent class of all controllers in FOI site. Filters added to this controller -# apply to all controllers in the application. Likewise, all the methods added -# will be available for all controllers. -# -# Copyright (c) 2007 UK Citizens Online Democracy. All rights reserved. -# Email: francis@mysociety.org; WWW: http://www.mysociety.org/ -# -# $Id: application.rb,v 1.59 2009-09-17 13:01:56 francis Exp $ +# controllers/services_controller.rb: require 'open-uri' |