Added the RoR Login-Engine and activated it on the site.
[selectricity-live] / vendor / plugins / login_engine / app / models / user.rb
diff --git a/vendor/plugins/login_engine/app/models/user.rb b/vendor/plugins/login_engine/app/models/user.rb
new file mode 100644 (file)
index 0000000..6a313fa
--- /dev/null
@@ -0,0 +1,7 @@
+class User < ActiveRecord::Base
+  include LoginEngine::AuthenticatedUser
+
+  # all logic has been moved into login_engine/lib/login_engine/authenticated_user.rb
+
+end
+

Benjamin Mako Hill || Want to submit a patch?