Added the RoR Login-Engine and activated it on the site.
[selectricity-live] / vendor / plugins / login_engine / app / models / user.rb
1 class User < ActiveRecord::Base
2   include LoginEngine::AuthenticatedUser
3
4   # all logic has been moved into login_engine/lib/login_engine/authenticated_user.rb
5
6 end
7

Benjamin Mako Hill || Want to submit a patch?