about summary refs log tree commit homepage
path: root/test/rails/app-2.1.2/app/helpers/application_helper.rb
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-04-02 03:07:48 -0700
committerEric Wong <normalperson@yhbt.net>2009-04-02 03:10:38 -0700
commit99a1de487400577affdc5e22da253cc710735956 (patch)
tree08c48c585db8aaf6525483ec80d8947915d44586 /test/rails/app-2.1.2/app/helpers/application_helper.rb
parentb11f1901e30955bd4154f715db1522374842912e (diff)
downloadunicorn-99a1de487400577affdc5e22da253cc710735956.tar.gz
Recent changes made to the unicorn_rails loader were needed to
get ActiveRecordStore to load correctly.
Diffstat (limited to 'test/rails/app-2.1.2/app/helpers/application_helper.rb')
-rw-r--r--test/rails/app-2.1.2/app/helpers/application_helper.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/rails/app-2.1.2/app/helpers/application_helper.rb b/test/rails/app-2.1.2/app/helpers/application_helper.rb
new file mode 100644
index 0000000..de6be79
--- /dev/null
+++ b/test/rails/app-2.1.2/app/helpers/application_helper.rb
@@ -0,0 +1,2 @@
+module ApplicationHelper
+end