work on controllers/views started
This commit is contained in:
10
app/controllers/user_maintenance_controller.rb
Normal file
10
app/controllers/user_maintenance_controller.rb
Normal file
@@ -0,0 +1,10 @@
|
||||
class UserMaintenanceController < ApplicationController
|
||||
def delete_account
|
||||
end
|
||||
|
||||
def login_reminder
|
||||
end
|
||||
|
||||
def reset_password
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user