def create
    @container_item = ContainerItem.new(container_item_params)
    respond_to do |format|
      if @container_item.save
        format.html {redirect_back(fallback_location: (request.referer || root_path), notice: 'Container item was successfully created.')}