views for call for booths

This commit is contained in:
nasia 2017-06-26 18:24:32 +03:00
parent 60ec569553
commit 5734c90d1e
9 changed files with 61 additions and 115 deletions

View file

@ -3,11 +3,12 @@ module Admin
load_and_authorize_resource :conference, find_by: :short_title
load_and_authorize_resource through: :conference, singleton: true
def show; end
def show
end
def new
@call_for_booth = CallForBooth.new(conference: @conference)
@call_for_booths = CallForBooth.new(conference: @conference)
end
def edit; end