add empty profile page
This commit is contained in:
parent
05298f7a40
commit
9040d9407d
3 changed files with 7 additions and 1 deletions
5
app/controllers/admin/profile_controller.rb
Normal file
5
app/controllers/admin/profile_controller.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
class Admin::ProfileController < ApplicationController
|
||||
def show
|
||||
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue