Well, it seems I forgot to add the acts_as_authenticated to the repository on my...
[selectricity-live] / vendor / plugins / acts_as_authenticated / generators / authenticated / templates / helper.rb
diff --git a/vendor/plugins/acts_as_authenticated/generators/authenticated/templates/helper.rb b/vendor/plugins/acts_as_authenticated/generators/authenticated/templates/helper.rb
new file mode 100644 (file)
index 0000000..ed5759e
--- /dev/null
@@ -0,0 +1,2 @@
+module <%= controller_class_name %>Helper
+end
\ No newline at end of file

Benjamin Mako Hill || Want to submit a patch?