aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/examples/address_book_controller.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack/examples/address_book_controller.cgi')
-rwxr-xr-xactionpack/examples/address_book_controller.cgi9
1 files changed, 0 insertions, 9 deletions
diff --git a/actionpack/examples/address_book_controller.cgi b/actionpack/examples/address_book_controller.cgi
deleted file mode 100755
index 2e15467285..0000000000
--- a/actionpack/examples/address_book_controller.cgi
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/usr/local/bin/ruby
-
-require "address_book_controller"
-
-begin
- AddressBookController.process_cgi(CGI.new)
-rescue => e
- CGI.new.out { "#{e.class}: #{e.message}" }
-end \ No newline at end of file