Change ol to li.moveable for IE6 quirk; no need to remove all ordered lists
[selectricity] / app / controllers / account_controller.rb
index e8adcf0fe809b8a466f38eb7161e5af765060104..524d743ee0161551cbb97909f26f179e3c93e134 100644 (file)
@@ -25,6 +25,10 @@ class AccountController < ApplicationController
       flash[:notice] = "Logged in successfully"
     end
   end
+  
+  def forgot_password
+    raise "Not Implemented!"
+  end
 
   def signup
     @user = User.new(params[:user])

Benjamin Mako Hill || Want to submit a patch?