added show page for custom domain
This commit is contained in:
parent
ec435b6503
commit
364adffdab
4 changed files with 86 additions and 0 deletions
|
|
@ -4,6 +4,8 @@ module Admin
|
|||
load_resource :program, through: :conference, singleton: true, except: :index
|
||||
load_resource :user, only: [:remove_user]
|
||||
|
||||
def cusrom_domain; end
|
||||
|
||||
def index
|
||||
# Redirect to new form if there is no conference
|
||||
if Conference.count == 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue