Add logo for booths
This commit is contained in:
parent
5734c90d1e
commit
3e97200a29
5 changed files with 7 additions and 5 deletions
|
|
@ -84,7 +84,7 @@ module Admin
|
|||
end
|
||||
|
||||
def booth_params
|
||||
params.require(:booth).permit(:title, :description, :reasoning, :state, :logo_link, :conference_id)
|
||||
params.require(:booth).permit(:title, :description, :reasoning, :state, :picture, :conference_id)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
|
|||
|
|
@ -6,7 +6,6 @@ module Admin
|
|||
def show
|
||||
end
|
||||
|
||||
|
||||
def new
|
||||
@call_for_booths = CallForBooth.new(conference: @conference)
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue