Added the RoR Login-Engine and activated it on the site.
[selectricity-live] / app / helpers / application_helper.rb
1 # Methods added to this helper will be available to all templates in the application.
2 module ApplicationHelper
3   include LoginEngine
4 end

Benjamin Mako Hill || Want to submit a patch?