Added the RoR Login-Engine and activated it on the site.
[selectricity-live] / vendor / plugins / login_engine / init_engine.rb
diff --git a/vendor/plugins/login_engine/init_engine.rb b/vendor/plugins/login_engine/init_engine.rb
new file mode 100644 (file)
index 0000000..a959da0
--- /dev/null
@@ -0,0 +1,11 @@
+# load up all the required files we need...
+
+require 'login_engine'
+
+module LoginEngine::Version
+  Major = 1
+  Minor = 0
+  Release = 2
+end
+
+Engines.current.version = LoginEngine::Version
\ No newline at end of file

Benjamin Mako Hill || Want to submit a patch?