add empty profile page

This commit is contained in:
Tanguy PATTE 2015-12-14 17:25:35 +01:00
parent 05298f7a40
commit 9040d9407d
3 changed files with 7 additions and 1 deletions

View file

@ -0,0 +1,5 @@
class Admin::ProfileController < ApplicationController
def show
end
end