Added the RoR Login-Engine and activated it on the site.
[selectricity] / vendor / plugins / engines / generators / engine / templates / lib / engine.erb
diff --git a/vendor/plugins/engines/generators/engine/templates/lib/engine.erb b/vendor/plugins/engines/generators/engine/templates/lib/engine.erb
new file mode 100644 (file)
index 0000000..80a4d51
--- /dev/null
@@ -0,0 +1,6 @@
+<%= license %>
+
+#require '<%= engine_underscored_name %>/additional_files'
+
+module <%= engine_class_name %>
+end

Benjamin Mako Hill || Want to submit a patch?