Updated the system to Rails 1.2.
[selectricity] / app / models / user.rb
old mode 100644 (file)
new mode 100755 (executable)
index 4f25e06..17f58a1
@@ -1,6 +1,4 @@
 class User < ActiveRecord::Base
-  include LoginEngine::AuthenticatedUser
-
   has_many :elections
 
   def name

Benjamin Mako Hill || Want to submit a patch?