aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/examples/address_book_controller.fcgi
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack/examples/address_book_controller.fcgi')
-rwxr-xr-xactionpack/examples/address_book_controller.fcgi6
1 files changed, 6 insertions, 0 deletions
diff --git a/actionpack/examples/address_book_controller.fcgi b/actionpack/examples/address_book_controller.fcgi
new file mode 100755
index 0000000000..39947b4444
--- /dev/null
+++ b/actionpack/examples/address_book_controller.fcgi
@@ -0,0 +1,6 @@
+#!/usr/local/bin/ruby
+
+require "address_book_controller"
+require "fcgi"
+
+FCGI.each_cgi { |cgi| AddressBookController.process_cgi(cgi) } \ No newline at end of file