aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/examples/address_book_controller.rbx
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack/examples/address_book_controller.rbx')
-rw-r--r--actionpack/examples/address_book_controller.rbx4
1 files changed, 4 insertions, 0 deletions
diff --git a/actionpack/examples/address_book_controller.rbx b/actionpack/examples/address_book_controller.rbx
new file mode 100644
index 0000000000..8c04eeccc8
--- /dev/null
+++ b/actionpack/examples/address_book_controller.rbx
@@ -0,0 +1,4 @@
+#!/usr/local/bin/ruby
+
+require "address_book_controller"
+AddressBookController.process_cgi(CGI.new) \ No newline at end of file