def create
    @order_list = OrderList.new(order_list_params)
    @order_list.user = current_user

    respond_to do |format|