views for call for booths
This commit is contained in:
parent
60ec569553
commit
5734c90d1e
9 changed files with 61 additions and 115 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue