Add logo for booths

This commit is contained in:
nasia 2017-06-27 17:23:37 +03:00
parent 5734c90d1e
commit 3e97200a29
5 changed files with 7 additions and 5 deletions

View file

@ -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

View file

@ -6,7 +6,6 @@ module Admin
def show
end
def new
@call_for_booths = CallForBooth.new(conference: @conference)
end