X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/796d33df26fa2f591a405810ae4958a26cf060a4..c3cd161cbcf0f2e496fdc7888a156907188b8932:/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])