X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/891f87a3d10bafe19f1ed500601f52b39edfef9d..5d7239d388387fdae166801c7d26c4103d0d5b0c:/app/controllers/account_controller.rb diff --git a/app/controllers/account_controller.rb b/app/controllers/account_controller.rb index e8adcf0..524d743 100644 --- a/app/controllers/account_controller.rb +++ b/app/controllers/account_controller.rb @@ -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])