profile scaffold
This commit is contained in:
16
app/controllers/admin/profile_controller.rb
Normal file
16
app/controllers/admin/profile_controller.rb
Normal file
@ -0,0 +1,16 @@
|
||||
module Admin
|
||||
class ProfileController < ApplicationController
|
||||
def view
|
||||
end
|
||||
|
||||
def edit
|
||||
end
|
||||
|
||||
def update
|
||||
redirect_to admin_profile_path
|
||||
end
|
||||
|
||||
def lost_password
|
||||
end
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user