Added the RoR Login-Engine and activated it on the site.
[selectricity-live] / vendor / plugins / engines / generators / engine / templates / install.erb
diff --git a/vendor/plugins/engines/generators/engine/templates/install.erb b/vendor/plugins/engines/generators/engine/templates/install.erb
new file mode 100644 (file)
index 0000000..523280c
--- /dev/null
@@ -0,0 +1,4 @@
+# Install the engines plugin if it has been already
+unless File.exist?(File.dirname(__FILE__) + "/../engines")
+  Commands::Plugin.parse!(['install', 'http://svn.rails-engines.org/plugins/engines']) 
+end
\ No newline at end of file

Benjamin Mako Hill || Want to submit a patch?